赞
踩
git config user.name // 查看git用户名git config user.email // 查看git邮箱git config --global user.name 'newName' 修改git用户名git config --global user.email 'newEmail.mail' 修改git邮箱