github上传项目失败



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/uglyant/article/details/82959842