diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-11-03 00:15:30 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-03 00:15:30 +0000 |
commit | d28dedeefa45b02f41b9a2247c07087038794e79 (patch) | |
tree | 7083e726ad00bfafd736b745648f3de5e3f45792 /doc/bugs/git-annex-shell:_gcryptsetup_permission_denied | |
parent | 6a6840f80c270baf287610e4d9e347ab5b31b508 (diff) |
Added a comment
Diffstat (limited to 'doc/bugs/git-annex-shell:_gcryptsetup_permission_denied')
-rw-r--r-- | doc/bugs/git-annex-shell:_gcryptsetup_permission_denied/comment_4_4fc6b25401b645cabc04b510bdfa6863._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/git-annex-shell:_gcryptsetup_permission_denied/comment_4_4fc6b25401b645cabc04b510bdfa6863._comment b/doc/bugs/git-annex-shell:_gcryptsetup_permission_denied/comment_4_4fc6b25401b645cabc04b510bdfa6863._comment new file mode 100644 index 000000000..e1049ce60 --- /dev/null +++ b/doc/bugs/git-annex-shell:_gcryptsetup_permission_denied/comment_4_4fc6b25401b645cabc04b510bdfa6863._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.47" + subject="comment 4" + date="2013-11-03T00:15:30Z" + content=""" +While I've fixed this bug, in my testing the bug only caused git-annex to fall back to accessing the remote repository using rsync, rather than using git-annex-shell to talk to it, and so `git annex get --from encryptedrepo` was able to retrieve files that were stored in that remote despite the bug. That may have failed for you for some other reason. + +You can set git.encryptedrepo.annex-gcrypt to to \"true\" to make it use the degraded rsync mode, or to \"shell\" to make it use git-annex-shell. Setting it to shell should be all that you need to do to recover from (or indeed, work around this bug). +"""]] |