From 02a2abca28cf6376f929637637dd99e45a1ae09e Mon Sep 17 00:00:00 2001 From: feulif Date: Thu, 17 Jul 2014 22:24:45 +0000 Subject: [PATCH] Added a comment --- ..._423244f174123318f1ece7b5794aeea5._comment | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/forum/Ssh_remote_on_NAS/comment_4_423244f174123318f1ece7b5794aeea5._comment diff --git a/doc/forum/Ssh_remote_on_NAS/comment_4_423244f174123318f1ece7b5794aeea5._comment b/doc/forum/Ssh_remote_on_NAS/comment_4_423244f174123318f1ece7b5794aeea5._comment new file mode 100644 index 0000000000..9b0a03ecf1 --- /dev/null +++ b/doc/forum/Ssh_remote_on_NAS/comment_4_423244f174123318f1ece7b5794aeea5._comment @@ -0,0 +1,28 @@ +[[!comment format=mdwn + username="feulif" + ip="151.27.171.22" + subject="comment 4" + date="2014-07-17T22:24:45Z" + content=""" +First of all, I understand this is more a nas-related issue rather than a git-annex-related one, so thank you for your support and valuable software. + +But I'm still struggling with this error. + +Now I've reinstalled git on the NAS and, as previously, I can run every git command when I'm logged in. +But when I try to sync my PC with the git remote on the NAS, then I get this error: + + + git annex sync + sh: git-annex-shell: command not found + sh: git-upload-pack: command not found + fatal: Could not read from remote repository. + + Please make sure you have the correct access rights + and the repository exists. + commit + ok + git-annex: no branch is checked out + +Can this be really related to some access right? What user is git annex using when syncing with an SSH remote (e.g. admin) ? the one I specified when setting up the remote? where is it complaining about git-upload-pack non found, on the nas or on the PC I'm syncing from? + +"""]]