Added a comment

This commit is contained in:
Xyem 2013-04-11 13:55:29 +00:00 committed by admin
parent 16ff6c57e2
commit aeb03ff219

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="Xyem"
ip="87.194.19.134"
subject="comment 1"
date="2013-04-11T13:55:29Z"
content="""
From what I understand, this happens when the assistant can't use git-annex-shell on the remote SSH server, as I have the same problem. The workaround I used was adding the remote SSH manually:
git remote add ssh://server/path/to/repo
which the assistant recognises and uses properly.
The actual fix is, obviously, get git-annex-shell working. A likely reason it is missing is that because the SSH connection the assistant uses is not interactive, git-annex-shell is not in $PATH.
I think Joey's recommendation ([per our discussion here](http://git-annex.branchable.com/bugs/Can__39__t_access_files_from___39__Removable_drive__39___repo_even_if_set_as_client/#comment-8234271642283b51e173e20e217de3fc)) was to use local or XMPP pairing instead.
"""]]