git pull时报用户名密码不正确 删除用户名密码:git config --system --unset credential.helper重新设置:git config --global credential.helper store然后输入一次账号密码即可。 git 2023-12-16 144 点赞 2 评论 218 浏览