我正在尝试使用gpgit来加密我的github存储库。我遇到以下错误
error: gpg failed to sign the data
error: unable to sign the tag
我浏览了github文档并执行了创建github标签的命令。
git tag -s 1.0.0
这将打开一个页面,我在其中输入标签为1.0.0。保存并关闭窗口后,在命令提示符下出现以下错误
致命:没有标签消息?
对此有何见解?有人尝试使用gpgit吗?任何帮助将不胜感激!