美文网首页
Please tell me who you are. Run

Please tell me who you are. Run

作者: 安北分享 | 来源:发表于2021-08-11 09:01 被阅读0次

错误提示如下:
*** 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 “用户名”
重新执行提交命令就行了

相关文章

网友评论

      本文标题:Please tell me who you are. Run

      本文链接:https://www.haomeiwen.com/subject/esvqbltx.html