原文:git提交錯誤 git config --global user.email "you@example.com" git config --global user.name "Your Name

Commit failed exit code received, with output: 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. ...

2020-07-08 06:44 0 884 推薦指數:

查看詳情

git config user.name

Setting your username in Git Git uses a username to associate commits with an identity. The Git username is not the same as your GitHub username. ...

Thu Nov 07 06:17:00 CST 2019 0 1603
window10系統如何修改git全局初始化過的user.nameuser.email

最近寫了個小項目,放到git上托管,又想把它弄到github上,然后我就搞了個github的賬號,在網上弄了一大堆還是沒弄好,於是繼續寫項目,git commit代碼的時候就發現問題了: 這是誰??? 原來我在搞github的時候把用戶名和郵箱設置錯了,不是我原來的那個賬號 ...

Tue Mar 12 02:35:00 CST 2019 0 1307
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM