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