解决方案: 见提示就知道, 要您填上你得注册的邮箱和昵称,例如: OK! ...
.找到GIt客户端安装的路径的文件夹,并打开git bash 在git bash下分别输入并会回车 git config global user.name GitHub账号 git config global user.email GitHub账号注册的邮箱 注意:global前面是双杠 不是单杠 ...
2020-02-11 16:18 0 1804 推荐指数:
解决方案: 见提示就知道, 要您填上你得注册的邮箱和昵称,例如: OK! ...
git上传包提交时出现:Please tell me who you are.,如下图: 是因为在创建git文件夹的时候信息不完善导致的 解决方法:在命令行中执行git config --global user.email "你的邮箱"git config --global ...
#事故现场 执行git commit命令提示:"Please tell me who you are" 意思是,Git想知道提交代码的是谁,造成这个现象的原因可能是第一次提交代码,也有可能是长时间不操作,需要重新验证下。 #解决方案 在Git控制台输入一下命令 再次执行git ...
, but initial commit failed: *** Please tell me who you are. ...
通过IDEA上传代码到GitHub上可是有时候会碰到这样的问题。 当我们选择VCS->Import into Version Control->Share Project on GitHub提交代码。点击OK。然后就跳出了这样的信息: Can't finish GitHub ...
在命令行中输入 ...
如果使用git过程中出现了,please tell me who you are ,需要设置一下使用者的身份。 ...
当使用git出现错误 “ Author identity unknown *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global ...