!!! For M1/M2 apple silicon see this comment:
For MacOS | Mojave | High Sierra
brew upgrade gnupg
brew install pinentry-mac
echo "pinentry-program /usr/local/bin/pinentry-mac" >> ~/.gnupg/gpg-agent.conf
killall gpg-agent && gpg-agent --daemon
git config --global gpg.program gpg
git config --global commit.gpgsign true
@fwqaaq yeah the GIT TRACE was just to show others exactly where my git commit was failing-
gpg failed to sign the data fatal: failed to write commit object
isn't very specific about what's gone wrong!