pinentry issue on guix
I was seeing this message when trying to run pass for the first time:
gpg: public key decryption failed: No pinentry
gpg: decryption failed: No pinentry
I had to manually echo which pinentry program to use to \~/.gnupg/gpg-agent.conf:
echo "pinentry-program $(which pinentry-curses)" >> ~/.gnupg/gpg-agent.conf
Tags: guix
Tags
Navigation