修改git(gitLab)上的提交者姓名

  1. 输入git config user.name 查看当前显示作者

git config user.name

  1. 然后输入git config --global user.name "用户名"进行修改

git config --global user.name “new name”

你可能感兴趣的:(git,gitlab,github)