赞
踩
1:在电脑左下角搜索框输入cmd,打开小黑框
2:输入神秘代码:git config --list(这里可以看到用户名和用户邮箱)useremail和username
ps:git如果没有初始化,可以直接设置用户名和邮箱:
git config --global user.name “输入你的用户名”
git config --global user.email “输入你的邮箱”
3:如果有则通过神秘代码进行替换:
git config --global --replace-all user.email “输入你的邮箱”
git config --global --replace-all user.name “输入你的用户名”
最后通过 git config --list 查看是否替换成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。