summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist__91__webapp__93__:_add_an_option_to_install__SSH_key_on_remote
diff options
context:
space:
mode:
authorGravatar http://olivier.mehani.name/ <olivier-mehani@web>2014-06-14 14:15:55 +0000
committerGravatar admin <admin@branchable.com>2014-06-14 14:15:55 +0000
commitfbf780d836206d1e27e9ab905214885c066824d8 (patch)
tree96cc8112fc1571f861e7c233551d7400b106b769 /doc/todo/wishlist__91__webapp__93__:_add_an_option_to_install__SSH_key_on_remote
parent098801952fd069f70074a4ed07046821c4f9a9f3 (diff)
Added a comment
Diffstat (limited to 'doc/todo/wishlist__91__webapp__93__:_add_an_option_to_install__SSH_key_on_remote')
-rw-r--r--doc/todo/wishlist__91__webapp__93__:_add_an_option_to_install__SSH_key_on_remote/comment_3_002afd775b82a0ced609c8305803a6c2._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/todo/wishlist__91__webapp__93__:_add_an_option_to_install__SSH_key_on_remote/comment_3_002afd775b82a0ced609c8305803a6c2._comment b/doc/todo/wishlist__91__webapp__93__:_add_an_option_to_install__SSH_key_on_remote/comment_3_002afd775b82a0ced609c8305803a6c2._comment
new file mode 100644
index 000000000..2515349a6
--- /dev/null
+++ b/doc/todo/wishlist__91__webapp__93__:_add_an_option_to_install__SSH_key_on_remote/comment_3_002afd775b82a0ced609c8305803a6c2._comment
@@ -0,0 +1,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
+
+"""]]