git config user.name 查看用户名
git config user.email 查看用户邮箱
修改用户名和邮箱的命令
git config --global user.name "Your_username"git config --global user.email "Your_email"
git 查看修改账号密码
原文:https://www.cnblogs.com/wt7018/p/12077594.html