From 696e75699d4f4fde04c804d78cfd9efec8a543fb Mon Sep 17 00:00:00 2001 From: "nobody314159@bfdeb297f68ed26fdff650d52fcdbb7746533591" Date: Tue, 21 Mar 2023 14:32:16 +0000 Subject: [PATCH] --- doc/forum/git_clone_over_ssh_hangs.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/forum/git_clone_over_ssh_hangs.mdwn diff --git a/doc/forum/git_clone_over_ssh_hangs.mdwn b/doc/forum/git_clone_over_ssh_hangs.mdwn new file mode 100644 index 0000000000..f385937d2e --- /dev/null +++ b/doc/forum/git_clone_over_ssh_hangs.mdwn @@ -0,0 +1,17 @@ +I am trying to use git-annex to sync a folder with a backup drive over the network. +I have followed the walkthrough and run a git annex init in a TrueNAS jail and now I am trying to use git clone through ssh to link the drive and the jail together. +The problem is that the clone in the backup drive just hangs. It will enumerate the files and count them and then it just seems to do nothing. + + +Command: git clone ssh://user@ip/mnt/dir ./driveBackup +Output: +Cloning into './repo'... +remote: Enumerating objects: 1543, done. +remote: Counting objects: 100% (1543/1543), done. + +...Hangs here nothing obvious happens... + +Running it in verbose mode reveals nothing. When you stop the clone it will complain about some sideband packet. + +I don't know if it helps, but I have set up passwordless ssh login and I have verified that it works by running ssh user@ip successfully from the backup system. +Can someone help me please? -- 2.30.2