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

Fix issue with apps that invoke Git #16

Closed RobinDaugherty closed 7 years ago

RobinDaugherty commented 7 years ago

If git's gpg.program is not configured, and commit.gpgsign is set, then when git is invoked outside of a terminal session, gpg may not found. This fixes it by configuring git to use a specific gpg executable.

I found this issue on macOS Sierra with Tower, and found the answer here.

pstadler commented 7 years ago

Thank you 🍻