Created
September 21, 2018 09:15
-
-
Save ruben-rodriguez/e6295b67ff8e21fa9d53448a8ecb6073 to your computer and use it in GitHub Desktop.
Disable pinentry box on windows GPG agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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