Skip to content

Instantly share code, notes, and snippets.

@ruben-rodriguez
Created September 21, 2018 09:15
Show Gist options
  • Save ruben-rodriguez/e6295b67ff8e21fa9d53448a8ecb6073 to your computer and use it in GitHub Desktop.
Save ruben-rodriguez/e6295b67ff8e21fa9d53448a8ecb6073 to your computer and use it in GitHub Desktop.
Disable pinentry box on windows GPG agent
Create file ~/.gnupg/gpg.conf
Add following line: pinentry-mode loopback
Restart gpg-agent:
$ gpgconf --kill gpg-agent; gpg-connect-agent /bye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment