From 8dbfcfc02ce2586c053bb820e4de85107f9332fc Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw" Date: Wed, 30 Oct 2013 01:57:17 +0000 Subject: [PATCH] --- doc/forum/GPG_passphrase_handling.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/forum/GPG_passphrase_handling.txt b/doc/forum/GPG_passphrase_handling.txt index 353565aad4..fed12b99be 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 +-----