diff options
author | http://www.dbruhn.de/ <Dominik@web> | 2012-09-08 16:58:23 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-09-08 16:58:23 +0000 |
commit | 61748c98b0d703ad2cd1a393b0c102f1044bdd40 (patch) | |
tree | 75e8bc4975b989776d43732c5f31bd5afe7e800f /doc/bugs | |
parent | 33b383626144a973a3b2de5c4182c279aef31a2f (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/transferkey_fails_due_to_gpg.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/bugs/transferkey_fails_due_to_gpg.mdwn b/doc/bugs/transferkey_fails_due_to_gpg.mdwn index e2fc7c5b7..1cc93339b 100644 --- a/doc/bugs/transferkey_fails_due_to_gpg.mdwn +++ b/doc/bugs/transferkey_fails_due_to_gpg.mdwn @@ -1,10 +1,13 @@ What steps will reproduce the problem? Create a new annex, add a new repository: - git annex initremote vserver2 type=rsync rsyncurl=vserver.dbruhn.de:/annex encryption=dominik@dbruhn.de + + git annex initremote vserver2 type=rsync rsyncurl=vserver.dbruhn.de:/annex encryption=dominik@dbruhn.de + Add some files, add them to annex, try to transfer them: -/home/dominik/bin/git-annex transferkey SHA256-s6486446--df84b11a0e9543134224d0ac1e0f2567bcd79d86605117c5af008a1b133cee3a --to vserver2 --file MKBD/OB.mp3 --debug + git annex transferkey SHA256-s6486446--df84b11a0e9543134224d0ac1e0f2567bcd79d86605117c5af008a1b133cee3a --to vserver2 --file MKBD/OB.mp3 --debug What is the expected output? What do you see instead? + I expect the file to be transfered to my remote server. Instead I see a 'gpg>' prompt with nothing happening. When pressing CTRL+C, the following mesage is shown: gpg: Interrupt caught ... exiting |