gpg failed to sign the data fatal: failed to write commit object
gpg是一种加密解密的软件
git config --list 查看有没有:commit.gpgsign=true
开启GPG签名:git config commit.gpgsign true
关闭:git config commit.gpgsign false
gpg failed to sign the data fatal: failed to write commit objectgpg是一种加密解密的软件git config --list 查看有没有:commit.gpgsign=true开启GPG签名:git config commit.gpgsign true关闭:git config commit.gpgsi...
gpg failed to sign the data fatal: failed to write commit object
gpg是一种加密解密的软件
git config --list 查看有没有:commit.gpgsign=true
开启GPG签名:git config commit.gpgsign true
关闭:git config commit.gpgsign false
转载于:https://www.cnblogs.com/nielsen/p/8038422.html
更多推荐
所有评论(0)