aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_3_56eeb148889bc95a464f00208775aae1._comment
blob: 10ed73864ef1f4da964a38dbbe5c5c350384593f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[[!comment format=mdwn
 username="https://tribut.de/"
 nickname="Felix"
 avatar="http://cdn.libravatar.org/avatar/d7508a030fd9902a76b02f7feff1327e80400a1317ee98e463c68ef4c9c40bb8"
 subject="comment 3"
 date="2018-03-07T20:15:00Z"
 content="""
Got it to happen at least (though I do not believe this is was caused me to investigate this)...

This works:

    ± git annex sync --content
    commit 
    On branch master
    Your branch is up to date with 'origin/master'.
    
    nothing to commit, working tree clean
    ok
    pull origin 
    ok

This gives the error:

    ± git annex sync -J4 --content
    /usr/local/bin/rrsync: SSH_ORIGINAL_COMMAND='git-annex-shell inannex .' is not rsync
    
      Unable to run git-annex-shell on remote .
    On branch master
    Your branch is up to date with 'origin/master'.
    
    nothing to commit, working tree clean
    commit ok
    pull origin ok
"""]]