diff options
author | http://www.dbruhn.de/ <Dominik@web> | 2012-09-08 17:05:14 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-09-08 17:05:14 +0000 |
commit | ea641a27bdc660eb061a3478f778577832f24300 (patch) | |
tree | 3885257dc6f0efc89ef4d5096d1b02a296fbf175 | |
parent | 61748c98b0d703ad2cd1a393b0c102f1044bdd40 (diff) |
-rw-r--r-- | doc/bugs/transferkey_fails_due_to_gpg.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/transferkey_fails_due_to_gpg.mdwn b/doc/bugs/transferkey_fails_due_to_gpg.mdwn index 1cc93339b..4400478c1 100644 --- a/doc/bugs/transferkey_fails_due_to_gpg.mdwn +++ b/doc/bugs/transferkey_fails_due_to_gpg.mdwn @@ -34,4 +34,9 @@ gpg is 'gpg (GnuPG) 1.4.11' Please provide any additional information below. -The key which is used for the remote is password protected. The GnuPG Agent asks me for the password, so this seems to work. I do not know what content the gpg expects but does not recieve. +The key which is used for the remote is password protected. The GnuPG Agent asks me for the password, so this seems to work. I do not know what content the gpg expects but does not recieve. The .git/config entry for the remote looks reasonable: + + [remote "vserver2"] + annex-rsyncurl = vserver.dbruhn.de:/annex + annex-uuid = ea3d6acc-716c-48e8-9b6b-993b90dcc1db + |