Trotz der Installation von Pinentry habe ich immer noch erhalte den folgenden Fehler:
xxxxxxxMacxxxxx:~ MAU$ gpg2 -c --cipher-algo=aes
gpg-agent[89931]: can't connect to the PIN entry module: IPC connect call failed
gpg-agent[89931]: command get_passphrase failed: No pinentry
gpg: problem with the agent: No pinentry
gpg: error creating passphrase: Operation cancelled
gpg: symmetric encryption of `[stdin]' failed: Operation cancelled
Wenn Pinentry stirbt, müssen Sie es erneut starten, wo auch immer seine Startanweisungen installiert werden. Es ist möglich, dass "kill -HUP $ PID" auf der Prozess-ID von gpg-agent auch in Gang kommt.
Alternativ kann GPG 1.4.x neben GPG 2.0.x existieren und wird normalerweise ohne gpg-agent kompiliert. So wird es weiter funktionieren. Ich empfehle jedoch, die Quelle mit der aktuellen Version neu zu kompilieren. So habe ich alle Schmerzen von gpg-agent vermieden.
quelle