1、查看当前用户名和密码
git config user.name/email
2、修改全局用户名、邮箱
git config --global user.name 新的用户名
git config --global user.email 新的邮箱