pstadler / keybase-gpg-github

Step-by-step guide on how to create a GPG key on keybase.io, adding it to a local GPG setup and using it with Git and GitHub.
2.64k stars 182 forks source link

Brew cask install gpg-suite #25

Closed philfreo closed 6 years ago

philfreo commented 6 years ago

To have your key passphrase stored in the macOS Keychain, GitHub recommends using GPG Suite according to https://help.github.com/articles/signing-commits-using-gpg/

Like the rest of your instructions, this can be installed via brew with: brew cask install gpg-suite

This may be a better first option/default than your existing Method 1 listed in https://github.com/pstadler/keybase-gpg-github#optional-in-case-youre-prompted-to-enter-the-password-every-time, and I don't think the subsequent steps (open Preferences, change config file) that you have for your existing Method 2 are necessary

lucymhdavies commented 6 years ago

I've not personally been able to get that to work, but would certainly be worth adding to the README as the first option if it works for others :)

philfreo commented 6 years ago

After posting this, I did have some trouble with my setup later and I don't remember exactly what I did to fix it. So not sure about the last paragraph of my Issue above, however I would still recommend installing via brew cask install gpg-suite

pstadler commented 6 years ago

Would you mind opening a PR for that?