解決方案: 見提示就知道, 要您填上你得注冊的郵箱和昵稱,例如: 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 ...