search

Home  >  Q&A  >  body text

Is the Contributor on GitHub not myself?

Um, I wrote a small project myself. When I pushed the code to the warehouse, I found that the Contributor was someone else?

My name is qiao1406
But I don’t know what the thing in the red circle is [qiaoChina]
I clicked it and found that it is Contributor, which is baffling

Does anyone know how to change it?

天蓬老师天蓬老师2792 days ago760

reply all(2)I'll reply

  • 滿天的星座

    滿天的星座2017-05-02 09:42:51

    It may be that the name is configured in the local git.

    reply
    0
  • 習慣沉默

    習慣沉默2017-05-02 09:42:51

    Run local warehousegit config --listView username and email

    Then use git config user.name 'test' to set the local git name or add --global to set the user name globally. Of course, the email address must also be set the same

    reply
    0
  • Cancelreply