查看已设配置

git config --list

修改GIT全局用户名

git config --global user.name [username]

修改GIT全局邮箱

git config --global user.email [email]

相关文章: