每次尝试通过命令行提交更改时,我都会收到此错误消息:
error: cannot spawn gpg2: No such file or directory
您可以通过将commit.gpgsign设置为false来禁用Git中的GPG提交登录:
commit.gpgsign
git config --global commit.gpgsign false