*** Please tell me who you are. Run git config --global user.email "you@example.

错误提示如下:

*** Please tell me who you are.

Run
git config --global user.email "[email protected]"
git config --global user.name “Your Name”

遇到这种情况依次执行以下命令

  • git config --global user.email “你的邮箱”
  • git config --global user.name “用户名”

重新执行提交命令就行了

如有错误请指出

猜你喜欢

转载自blog.csdn.net/weixin_44145479/article/details/89880486