Modify gitlab idea submitter name is unsuccessful?

Tried N times git bash command

git config --global user.name "Wang Xian Er"

Unsuccessful, see user.name is their own set, but passed up or show someone else's name

 

Then find a person commit that the author of the page, fill in the modification Author, you can modify the one-time submitters name in the format: Name <Log mailbox>

 

But every time input, and thus should be thought-mail problems, then open the git bash window, enter the git config user again. Then press the Table

Tip out, there user.email

 

Then use the command beginning to view, modify

git config user.email

git config --global user.email "[email protected]"

Submit again to display a name for himself

 

Guess you like

Origin www.cnblogs.com/wangdaxianer/p/11428465.html