当前位置:   article > 正文

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

please tell me who you are. run git config --global user.email "you@example.

有时候,我们会在Github提交代码的时候出现了下面这个问题:

Please tell me who you are.
Run
  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.

...

那这时候,我们该怎么解决这个问题呢?顾名思义,就是你告诉它你的邮箱和你的用户名

那我们打开终端,喏,就是这个,在里面输入命令行:

git config --global user.email "你的邮箱"
git config --global user.name "你GitHub的用户名"

然后回车键就可以啦!!

是不是很简单 ^_^

欢迎大家访问我的GitHub

GitTub:https://github.com/JnKindle

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/寸_铁/article/detail/895531
推荐阅读
相关标签
  

闽ICP备14008679号