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.
If git's
gpg.program
is not configured, andcommit.gpgsign
is set, then whengit
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.