IDEA中git显示帐号跟登陆帐号不一样

cmd查看当前帐号

git config user.name

修改:

git config –global user.name “新帐号”

git config –global user.password “密码”

git config –global user.email “邮箱”

IDEA忘记密码

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注