Fixing the Git GPG sign issue
When submitting a commit command, I was facing:
error: gpg failed to sign the data
fatal: failed to write commit object
After some searching, I managed to enable Git's debugging log as:
GIT_TRACE=1 git commit
And the output changed to:
08:55:55.0598...
shahin.blog2 min read