Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AsakuraFuuko/adda145c6b58df7ce038f523e5eb6952 to your computer and use it in GitHub Desktop.
Save AsakuraFuuko/adda145c6b58df7ce038f523e5eb6952 to your computer and use it in GitHub Desktop.
git commit with gpg sigining
https://youtrack.jetbrains.com/issue/IDEA-110261#comment=27-1429742
1) brew install gnupg gnupg2 pinentry-mac
2) nano ~/.gnupg/gpg-agent.conf ->
pinentry-program /usr/local/bin/pinentry-mac
3) git config –global gpg.program gpg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment