git 登陸時注意

總得有個名字吧發表於2018-05-02

git 登陸時請注意一點

$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"

“ 前面是有空格的。。。 切記

ps:即便沒有打空格 git不會報錯 ,當你使用git commit時,會出現

Please tell me who you are

如上提示。

相關文章