search

Home  >  Q&A  >  body text

自己给自己项目提交的代码,在github的提交记录上怎么不显示我自己的图像呢?

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

git新手,求解答。

阿神阿神2846 days ago848

reply all(3)I'll reply

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-02 09:22:29

    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

    reply
    0
  • 世界只因有你

    世界只因有你2017-05-02 09:22:29

    The email username is wrong

    reply
    0
  • phpcn_u1582

    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”

    reply
    0
  • Cancelreply