自己给自己项目提交的代码,在github的提交记录上怎么不显示我自己的图像呢?
阿神
阿神 2017-05-02 09:20:29
0
3
807

途中第二条记录(Create README.md)是在github的web界面操作的,其他的提交都是在本地电脑上提交的,为什么我本地提交的不显示图像呢?

git新手,求解答。

阿神
阿神

闭关修行中......

reply all(3)
曾经蜡笔没有小新

git config的时候,globalThe 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

phpcn_u1582

Change the local git configuration
git config --global user.name "username"
git config --global user.email “username@mail.com”

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template