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

2,392 阅读1分钟

错误提示如下:

*** Please tell me who you are.

Run git config --global user.email "you@example.com" git config --global user.name "Your Name"

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

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

重新执行提交命令就行了

如有错误请指出