git 查看修改账号密码

git config user.name         查看用户名 

git config user.email         查看用户邮箱

修改用户名和邮箱的命令

git config --global user.name "Your_username"
git config --global user.email "Your_email"

猜你喜欢

转载自www.cnblogs.com/wt7018/p/12077594.html