I am trying to use gpgit for encrypting my github repo . I encountered the following error
error: gpg failed to sign the data
error: unable to sign the tag
I have surfed through the github documents and executed the command to create github tag .
git tag -s 1.0.0
This opens a page where i entered the tag as 1.0.0. After saving adn closing the window, I got the following error in the command prompt
fatal: no tag message?
Any insights about this ? Somone tried using gpgit ? Any help will be much appreciated!