途中第二条记录(Create README.md)是在github的web界面操作的,其他的提交都是在本地电脑上提交的,为什么我本地提交的不显示图像呢?
git新手,求解答。
闭关修行中......
git config的时候,globalThe email address is wrong. .
git config
global
The local setting is islearnings@gmail.com,但是github上的是2276421123@qq.com.
islearnings@gmail.com
2276421123@qq.com
Add islearnings@gmail.com email to github, or modify the local config to 2276421123@qq.com
The email username is wrong
Change the local git configuration git config --global user.name "username" git config --global user.email “username@mail.com”
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
The email username is wrong
Change the local git configuration
git config --global user.name "username"
git config --global user.email “username@mail.com”