原文:出错“Author identity unknown *** Please tell me who you are. Run git config --glo”

当使用git出现错误 Author identity unknown 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 ...

2021-11-03 17:04 0 5214 推荐指数:

查看详情

git中提示 please tell me who you are

提示也就是需要你登录一下,确认你的身份,但是不要按照其提示输入,先输入命令git config user.name “username”,换行输入git config user.email “email” 输入正确的之后就能使用 git add 、commit等命令进行版本控制了 ...

Wed Apr 03 22:33:00 CST 2019 0 574
执行git commit命令提示: “Please tell me who you are”的解决方案

#事故现场 执行git commit命令提示:"Please tell me who you are" 意思是,Git想知道提交代码的是谁,造成这个现象的原因可能是第一次提交代码,也有可能是长时间不操作,需要重新验证下。 #解决方案 在Git控制台输入一下命令 再次执行git ...

Mon Jun 22 23:36:00 CST 2020 0 1552
Git使用,报错Author identity unknown解决方法

git 在刚开始使用时需要设置 user.name, user.email, 不然 git commint的时候会报错Author identity unknown,具体设置步骤: 设置完后可以用以下命令查看设置结果; 表示设置成功;此时使用 ...

Sat Oct 30 22:56:00 CST 2021 0 1969
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM