From 5824b13546d08b2303b9205af8ee0dbd0c1b0ea8 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 31 Jul 2013 17:19:01 +0000 Subject: [PATCH] Added a comment: workaround --- ...ent_7_7a5ead0ce5c9429d4723ccce4f6a6d6c._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_7_7a5ead0ce5c9429d4723ccce4f6a6d6c._comment diff --git a/doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_7_7a5ead0ce5c9429d4723ccce4f6a6d6c._comment b/doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_7_7a5ead0ce5c9429d4723ccce4f6a6d6c._comment new file mode 100644 index 0000000000..136bca8f40 --- /dev/null +++ b/doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_7_7a5ead0ce5c9429d4723ccce4f6a6d6c._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.0.21" + subject="workaround" + date="2013-07-31T17:19:01Z" + content=""" +Looks like the fix is to edit ~/.ssh/config and in each stanza added by git-annex, add this line: + + IdentitiesOnly yes + +This prevents the ssh-agent from using the normal key, and allows the git-annex key to be used instead. + +People experiencing this bug can manually make that change. Then if you edit your git-annex repository's `.git/config` and delete the `annex-ignore` line, the assistant should finally learn the UUID and start syncing. +"""]]