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

相关文章:

  • 2021-09-21
  • 2021-12-12
  • 2022-12-23
  • 2021-04-04
  • 2021-07-02
  • 2021-08-07
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
相关资源
相似解决方案