赞
踩
首先在任意位置选择Git Bash Here
在命令窗口输入相关命令
git config --list
git config user.name
git config user.password
git config user.email
git config --global user.name "xxx(新的用户名)"
git config --global user.email "xxxx@xxx.com(新的邮箱)"
git config --global user.password "xxxx(新的密码)"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。