Created
April 26, 2016 18:55
-
-
Save johnou/4dcb0e3a836a12d2ca5121942a6979dd to your computer and use it in GitHub Desktop.
PGP Signatures with Git on Windows
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
https://www.gpg4win.org/ | |
Keywords | |
windows no tty intellij | |
pgp secret key not available | |
Environment variables | |
GNUPGHOME=C:\Users\Username\AppData\Roaming\gnupg | |
gpg-agent.conf in GNUPGHOME | |
pinentry-program C:/Apps/GNU/GnuPG/pinentry-gtk-2.exe | |
git config --global user.signingkey XXXXXXXX | |
git config --global commit.gpgsign true | |
git config --global gpg.program gpg2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment