git操作及fatal: Authentication failed for错误解决

git pull
fatal: Authentication failed for 'https://gitee.com/lxxxx/xxMCUproject.git/'

解决方法:
 

git config --system --unset credential.helper

git config --global user.name "xxx"
git config --global user.email "[email protected]"

猜你喜欢

转载自blog.csdn.net/u014702421/article/details/81209800