summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawn3rK4VDzxyhmrIc18z7F5OuXvEbUsgUac <Srinath@web>2014-02-15 16:56:50 +0000
committerGravatar admin <admin@branchable.com>2014-02-15 16:56:50 +0000
commit3bf7b6c0f62cb396d1980e95f021f73e65cfe4ea (patch)
tree11af413a759f4c1fe65b5c9572a6398f3acbc66d
parentb18efc9c36108e02927ebaaf7725e010c6cd96ec (diff)
-rw-r--r--doc/forum/not_finding_git-annex-shell_on_remote.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/forum/not_finding_git-annex-shell_on_remote.mdwn b/doc/forum/not_finding_git-annex-shell_on_remote.mdwn
new file mode 100644
index 000000000..0d743bf78
--- /dev/null
+++ b/doc/forum/not_finding_git-annex-shell_on_remote.mdwn
@@ -0,0 +1,21 @@
+I have set up an annex on a remote machine and I am connecting via ssh. But, since it is a managed machine, I installed the git-annex binary in my own ~/bin. Well, when I try
+$git annex sync
+
+I get:
+ $git annex sync
+(merging origin/git-annex into git-annex...)
+(Recording state in git...)
+bash: git-annex-shell: command not found
+
+ Remote origin does not have git-annex installed; setting annex-ignore
+commit ok
+pull origin
+
+merge: refs/remotes/origin/master - not something we can merge
+
+merge: refs/remotes/origin/synced/master - not something we can merge
+failed
+git-annex: sync: 1 failed
+
+
+The git remote -v looks correct. So, how do I tell git annex on my local machine where to use $HOME/bin in PATH on the remote machine when syncing with remotes?