summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist__91__webapp__93__:_add_an_option_to_install__SSH_key_on_remote/comment_3_002afd775b82a0ced609c8305803a6c2._comment
blob: 2515349a63eebce1b2f89cdf997cfb5fb62d9c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[[!comment format=mdwn
 username="http://olivier.mehani.name/"
 nickname="olivier-mehani"
 subject="comment 3"
 date="2014-06-14T14:15:55Z"
 content="""
After having done that on my first test repo, git-annex could sync, but failed to get the files.

    client:~/annex$ git annex get file
    get file (not available) 
      Try making some of these repositories available:
      	12345678-90ab-cdef-1234567890abcdef1 -- user@server:~/annex [origin]
    
      (Note that these git remotes have annex-ignore set: origin)
    failed
    git-annex: get: 1 failed
 
The note helps: the problem is with the origin remote having annex-ignore set. git-annex therefore ignores it. This is easily fixed by just setting the flag to false.

    client:~/annex$ git config remote.origin.annex-ignore false

"""]]