Skip to content

Instantly share code, notes, and snippets.

@johnou
Created April 26, 2016 18:55
Show Gist options
  • Save johnou/4dcb0e3a836a12d2ca5121942a6979dd to your computer and use it in GitHub Desktop.
Save johnou/4dcb0e3a836a12d2ca5121942a6979dd to your computer and use it in GitHub Desktop.
PGP Signatures with Git on Windows
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