Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KlausEverWalkingDev/72f3c15c526da4b097c1b2f04ab0c33c to your computer and use it in GitHub Desktop.
Save KlausEverWalkingDev/72f3c15c526da4b097c1b2f04ab0c33c to your computer and use it in GitHub Desktop.
"error: gpg failed to sign the data" fix

#Name: "error: gpg failed to sign the data" Fix
#By KlausDevWalker
#Version: N/D
#Release Date: September 4th, 2019

#I solved this error just installing the following package on Arch Linux from AUR
$ yay libgtkhtml

#Its dependencies for building it are a drag but the package itself is tiny in size (less then 1 MB). I installed with yay and choose remove them after built

#You can test it creating a dummy file and try to sign it
$ touch a.txt && gpg --sign a.txt

#I hope you can solve this annoying error with the information above. Share without moderation :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment