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?
習慣沉默2017-05-02 09:42:51
Run local warehousegit config --list
View 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