Fixed formatting of "code"

This commit is contained in:
EskildHustvedt 2012-08-17 07:32:45 +00:00 committed by admin
parent 67c7777009
commit 211bcd11bd

View file

@ -1,6 +1,7 @@
git-annex gpg encryption fails here when GPG_AGENT_INFO is set, it needs to be supplied --use-agent to work.
Output from git-annex:
copy file (to origin...) (gpg) gpg: can't query passphrase in batch mode
gpg: decryption failed: secret key not available
Command gpg ["--batch","--no-tty","--quiet","--trust-model","always","--decrypt"] failed; exit code 2
@ -9,6 +10,7 @@ git-annex: user error (Command gpg ["--batch","--no-tty","--quiet","--trust-mode
failed
Reproduced on command-line:
[0 zerodogg@browncoats ~]$ echo test > testfile
[0 zerodogg@browncoats ~]$ gpg -e testfile
[0 zerodogg@browncoats ~]$ gpg --batch --no-tty --quiet --trust-model always --decrypt testfile.gpg