IntelliJ IDEA修改GitLab登录用户名

要求:

修改GitLab中Profile的用户名,比如:young0704,修改为:Liuxd

操作:

1)查看当前的用户名,在Terminal中输入

git config user.name

2)修改用户名输入;然后确认 

git config --global user.name "Liuxd"  

git config user.name

猜你喜欢

转载自blog.csdn.net/jiahao1186/article/details/95177660
今日推荐