Skip to content

Instantly share code, notes, and snippets.

@zoontek
Created April 7, 2023 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoontek/93c3dfdb9a2e4cc49337630f7e9dcecb to your computer and use it in GitHub Desktop.
Save zoontek/93c3dfdb9a2e4cc49337630f7e9dcecb to your computer and use it in GitHub Desktop.
GPG on macOS (compatible with Fork)
$ brew install gnupg
$ brew install pinentry-mac
$ echo "pinentry-program $(which pinentry-mac)" >> ~/.gnupg/gpg-agent.conf
$ killall gpg-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment