Git error - gpg failed to sign data

前端 未结 26 1470
遇见更好的自我
遇见更好的自我 2020-12-07 07:19

I just started using git and I install git and gpg via homebrew. For some reason, I get this error when i do git commit I looked at so many other stackoverflow

26条回答
  •  既然无缘
    2020-12-07 07:41

    I solved the problem installing brew install gpg2 then doing git config --global gpg.program gpg2

提交回复
热议问题