pycharm-goland broke my GPG verified commits
Mon, Dec 16, 2024
One-minute read
pycharm/goland broke my GPG verified commits
- Open
~/.gnupg/gpg-agent.conf
- Comment the line that uses
pinentry-program <path>/pinentry-ide.sh
- Reload gpg agent with
gpgconf --reload gpg-agent
Hopefully they fix this in the next release (they usually are very responsive to these issues) because each time you open the IDE it’s going to prompt you to install this script again.
Tags:
#ide #gpg #bug