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?
It may be that the name is configured in the local git.
Run local warehouse
git config --list
View username and emailThen 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