git添加gpg签名的一些问题
问题:
跟着gitee给的文档给commit加gpg验证,但是一直不生效。
解决:
有一些步骤还要执行:
1.全局配置启用gpg sign
1 | git config --global commit.gpgsign true |
2.设置gpg路径
1 | git config --global gpg.program "program path" |
最后,大功告成。
学习还是要循序渐进的,没有捷径可以走。
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.