git pull 账户验证失败 但是又没有弹出用户验证的弹框

 

解决步骤:

1.重设账号密码

git config --system --unset credential.helper

2.长期存储密码

git config --global credential.helper store

 

相关文章: