解决办法:
重新设置用户:
git config --global user.name "你的名字或昵称"
git config --global user.email "你的邮箱"
重新设置不行的话执行:
git config --system --unset credential.helper
然后再进行git clone
2:
解决办法:
重新设置用户:
git config --global user.name "你的名字或昵称"
git config --global user.email "你的邮箱"
重新设置不行的话执行:
git config --system --unset credential.helper
然后再进行git clone
2:
转载于:https://www.cnblogs.com/gjh99/p/11081437.html