提交到github报错Please tell me who you are

Posted develop-

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了提交到github报错Please tell me who you are相关的知识,希望对你有一定的参考价值。

*** Please tell me who you are. 

Run git config --global user.email "[email protected]" git config --global user.name "Your Name" to set your account‘s default identity. Omit --global to set the identity only in this repository

  1. git config --global user.email "[email protected]"  
  2. git config --global user.name "Your Name"

--------------------------------------

上面的方法配置的是全局的用户名和邮箱!就是说如果没有单独为项目配置,那提交的所有项目全部都是这个名字和邮箱!不管是公司项目还是github,还是码云!很蛋疼有木有,当码云提交记录上出现我名字的时候我都惊呆了!

 

单独为项目配置的方法(全局和单独配置都存在的时候会默认使用项目单独配置的):

1.打开项目所在目录,找到隐藏的.git文件夹。注意这个文件夹是隐藏的,显示隐藏出来就行。

2.打开文件夹里的config文件,推荐用nodepad++打开。

3.添加这三行到文件:

 

[user]
    name = XXX(自己的名称)
    email = XXXX(邮箱)

 

当然也可以通过命令行的方式,只需要在 .git 文件夹下。 例如执行如下命令:

git  config  user.name  "xxxxx"

以上是关于提交到github报错Please tell me who you are的主要内容,如果未能解决你的问题,请参考以下文章

git commit -m "wrote a readme file" *** Please tell me who you are.xxx

github commit时出现 Please tell me who you are.以及项目名称管理

github问题error: src refspec master does not match any解决方法|please tell me who you are

Wait statistics, or please tell me where it hurts

I need help !please tell me why !

git *** Please tell me who you are.错误