diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw <dxtrish@web> | 2013-10-30 01:57:17 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-10-30 01:57:17 +0000 |
commit | 7878bf29615d577812cfd2fabd35fde37cfb06a5 (patch) | |
tree | f683427de9b786e5274b3f169a7faabad35489f2 | |
parent | 9f31603a80a2d98e4d36132a9634ddc785964562 (diff) |
-rw-r--r-- | doc/forum/GPG_passphrase_handling.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/GPG_passphrase_handling.txt b/doc/forum/GPG_passphrase_handling.txt index 353565aad..fed12b99b 100644 --- a/doc/forum/GPG_passphrase_handling.txt +++ b/doc/forum/GPG_passphrase_handling.txt @@ -27,3 +27,13 @@ failed Yes, I am using gpg-agent. When other applications ask for my passphrase I get the pinentry dialog from GPGTools, just like I've configured it in ~/.gnupg/gpg-agent.conf, but this isn't the case with git-annex. + +If I remove GPGTools from /usr/local/bin with: ``brew link --overwrite gnupg && +brew link --overwrite gnupg2'' it works *slightly* better. +I get that pinentry dialog I want but when I do a copy I get: +----- +$ git annex copy --to rsync.net +copy MySecretFile (gpg) (checking rsync.net...) (to rsync.net...) gpg: no valid addressees +gpg: [stdin]: encryption failed: no such user id +failed +----- |