cmd查看当前帐号
git config user.name
修改:
git config –global user.name “新帐号”
git config –global user.password “密码”
git config –global user.email “邮箱”
IDEA忘记密码

cmd查看当前帐号
git config user.name
修改:
git config –global user.name “新帐号”
git config –global user.password “密码”
git config –global user.email “邮箱”
IDEA忘记密码