summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar http://www.dbruhn.de/ <Dominik@web>2012-09-08 16:57:41 +0000
committerGravatar admin <admin@branchable.com>2012-09-08 16:57:41 +0000
commit33b383626144a973a3b2de5c4182c279aef31a2f (patch)
treeafd33fea13255612e3606dd52d0144b3521f05d2 /doc/bugs
parent5df0b86a57c4d9583c58cedcbe1733a6ada23e5b (diff)
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/transferkey_fails_due_to_gpg.mdwn20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/bugs/transferkey_fails_due_to_gpg.mdwn b/doc/bugs/transferkey_fails_due_to_gpg.mdwn
index 93346f31e..e2fc7c5b7 100644
--- a/doc/bugs/transferkey_fails_due_to_gpg.mdwn
+++ b/doc/bugs/transferkey_fails_due_to_gpg.mdwn
@@ -12,16 +12,16 @@ gpg: Interrupt caught ... exiting
There must be some faults when interfacing gpg. The other console-output is:
-----
-[2012-09-08 18:50:12 CEST] read: git ["--git-dir=/home/dominik/Annex/.git","--work-tree=/home/dominik/Annex","show-ref","git-annex"]
-[2012-09-08 18:50:12 CEST] read: git ["--git-dir=/home/dominik/Annex/.git","--work-tree=/home/dominik/Annex","show-ref","--hash","refs/heads/git-annex"]
-[2012-09-08 18:50:12 CEST] read: git ["--git-dir=/home/dominik/Annex/.git","--work-tree=/home/dominik/Annex","log","refs/heads/git-annex..245fa80db6733dbbeff6c40d46bd65ed00811548","--oneline","-n1"]
-[2012-09-08 18:50:12 CEST] chat: git ["--git-dir=/home/dominik/Annex/.git","--work-tree=/home/dominik/Annex","cat-file","--batch"]
-(gpg) [2012-09-08 18:50:12 CEST] chat: gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--decrypt"]
-[2012-09-08 18:50:12 CEST] chat: gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--passphrase-fd","8","--symmetric","--force-mdc"]
-sdgdg
-dsgdgs
-^C
-gpg: Interrupt caught ... exiting
+ [2012-09-08 18:50:12 CEST] read: git ["--git-dir=/home/dominik/Annex/.git","--work-tree=/home/dominik/Annex","show-ref","git-annex"]
+ [2012-09-08 18:50:12 CEST] read: git ["--git-dir=/home/dominik/Annex/.git","--work-tree=/home/dominik/Annex","show-ref","--hash","refs/heads/git-annex"]
+ [2012-09-08 18:50:12 CEST] read: git ["--git-dir=/home/dominik/Annex/.git","--work-tree=/home/dominik/Annex","log","refs/heads/gitannex..245fa80db6733dbbeff6c40d46bd65ed00811548","--oneline","-n1"]
+ [2012-09-08 18:50:12 CEST] chat: git ["--git-dir=/home/dominik/Annex/.git","--work-tree=/home/dominik/Annex","cat-file","--batch"]
+ (gpg) [2012-09-08 18:50:12 CEST] chat: gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--decrypt"]
+ [2012-09-08 18:50:12 CEST] chat: gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--passphrase-fd","8","--symmetric","--force-mdc"]
+ sdgdg
+ dsgdgs
+ ^C
+ gpg: Interrupt caught ... exiting
-----
What version of git-annex are you using? On what operating system?