赞
踩
查看用户名 :git config user.name
查看密码: git config user.password
查看邮箱:git config user.email
查看配置信息: $ git config --list
修改用户名
git config --global user.name “xxxx(新的用户名)”
修改密码
git config --global user.password “xxxx(新的密码)”
修改邮箱
git config --global user.email “xxxx@xxx.com(新的邮箱)”
本地用户名和密码的存储位置在:
C:\Users\27219\ .gitconfig
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。