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 true
关闭:git config commit.gpgsign false
git config commit.gpgsign false