https://www.jianshu.com/p/a1908f55bef8

在家目录下找到.gitconfig 

清空git默认的用户名和密码,

  • git config --local --unset credential.helper

 

 

 

 

 

      • git config --global credential.helper cache      //改回不用每次都输入密码

 

相关文章: