途中第二条记录(Create README.md)是在github的web界面操作的,其他的提交都是在本地电脑上提交的,为什么我本地提交的不显示图像呢?
git新手,求解答。
曾经蜡笔没有小新2017-05-02 09:22:29
git config
的时候,global
The email address is wrong. .
The local setting is islearnings@gmail.com
,但是github上的是2276421123@qq.com
.
Add islearnings@gmail.com email to github, or modify the local config to 2276421123@qq.com
phpcn_u15822017-05-02 09:22:29
Change the local git configuration
git config --global user.name "username"
git config --global user.email “username@mail.com”