// 1、在Terminal中输入下面内容,来获取当前git用户名 git config user.name // 2、修改用户名输入 git config --global user.name “用户名”