Skip to content

Instantly share code, notes, and snippets.

View bynect's full-sized avatar
🙄
Procrastinating

nect bynect

🙄
Procrastinating
  • Laniakea Supercluster
  • 19:06 (UTC +02:00)
View GitHub Profile
@bynect
bynect / gpg_troubleshooting.md
Last active June 3, 2021 12:04
Troubleshooting for `gpg failed to sign the data` error.

Error

You have linked GPG to git and Github, following the instructions on the documentation, but when you tried to sign a commit this message shows up:

error: gpg failed to sign the data
fatal: failed to write commit object

Try

You can track what GPG and git are trying to do with GIT_TRACE=1: