Fixed formatting of "code"
This commit is contained in:
parent
67c7777009
commit
211bcd11bd
1 changed files with 40 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue