IntelliJ IDEA modify GitLab Login

Claim:

Modify GitLab in Profile user name, such as: young0704, amended as: Liuxd

operating:

1) view the current user name, enter in the Terminal

git config user.name

2) change the user name input; then confirm 

git config --global user.name "Liuxd"  

git config user.name

 

Guess you like

Origin blog.csdn.net/jiahao1186/article/details/95177660