oe7drt-website/content/posts/2020/10-error-with-signed-commits/index.md
2024-09-29 01:48:06 +02:00

695 B

title aliases categories tags date
Error with signed commits /posts/2020-11-14-error-with-signed-commits
computerstuff
git
2020-11-14T23:22:42+01:00

For some reason my git commits failed when I re-enabled gpg signing. This is how I finally fixed that problem.

Add to ~/.gnupg/gpg.conf
use-agent
pinentry-mode loopback
And add to ~/.gnupg/gpg-agent.conf
allow-loopback-pinentry
Restart the agent
$ echo RELOADAGENT | gpg-connect-agent

This information was found on d.sb/2016/11/gpg-inappropriate-ioctl-for-device-errors.