gpt4 book ai didi

git - 如何禁用 git gpg 签名

转载 作者:IT王子 更新时间:2023-10-29 01:16:04 26 4
gpt4 key购买 nike

我正在使用 git gpg 签名。我想禁用它。我设置了 .gitconfig

[user]
name = NAME
email = EMAIL
signingkey = KEY
...
[commit]
gpgsign = false

默认情况下,我的提交仍在签名。

PS:我还禁用了 Sourcetree Repository/Repository Settings/Security 选项卡。 Sourcetree 和终端强制使用 gpg。

最佳答案

您可以通过运行 git config commit.gpgsign false 来禁用它,这会在本地而不是全局设置配置。

在没有 [user] 配置的情况下,将此设置放入 .gitconfig 对我有用:

[commit]
gpgsign = false

关于git - 如何禁用 git gpg 签名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39274739/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com