summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlZ-6dtxJY4cP7shhvV8E6YyuV0Rak8it4 <Giovanni@web>2015-03-10 22:09:42 +0000
committerGravatar admin <admin@branchable.com>2015-03-10 22:09:42 +0000
commit772aa248bc70287c1a066537c7c49e8abe9e4291 (patch)
tree1ed754787346e94fb165784cf6bc714a6b29a04f
parente386fbc80d89ed6d65e1651fd82f90cd0b7cfad4 (diff)
Added a comment: problem adding keyid to existing repo
-rw-r--r--doc/encryption/comment_1_4c6ffd6dd8d0ea16667866139b181d41._comment24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/encryption/comment_1_4c6ffd6dd8d0ea16667866139b181d41._comment b/doc/encryption/comment_1_4c6ffd6dd8d0ea16667866139b181d41._comment
new file mode 100644
index 000000000..c0be6ca77
--- /dev/null
+++ b/doc/encryption/comment_1_4c6ffd6dd8d0ea16667866139b181d41._comment
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlZ-6dtxJY4cP7shhvV8E6YyuV0Rak8it4"
+ nickname="Giovanni"
+ subject="problem adding keyid to existing repo"
+ date="2015-03-10T22:09:42Z"
+ content="""
+I have a gcrypt special remote encrypted in hybrid mode, when I try to add a keyid using \"git annex enableremote myremote keyid+=XXXXXXXX\" I get this error:
+
+enableremote myremote (encryption update) (hybrid cipher with gpg keys XXXXXXXX XXXXXXX) fatal: remote myremote already exists.
+git-annex: git [Params \"remote add\",Param \"myremote\",Param \"gcrypt::XXXXXXXXXXX:gcrypt-tests\"] failed
+
+this is my git-annex version info:
+git-annex version: 5.20141125
+build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier ddar hook external
+local repository version: 5
+supported repository version: 5
+upgrade supported from repository versions: 0 1 2 4
+
+am I doing something wrong?
+thank you
+Giovanni
+"""]]