清空git默认的用户名和密码,
https://www.jianshu.com/p/a1908f55bef8
在家目录下找到.gitconfig
git config --local --unset credential.helper
-
-
git config --global credential.helper cache //改回不用每次都输入密码
-
相信坚持的力量,日复一日的习惯.
https://www.jianshu.com/p/a1908f55bef8
在家目录下找到.gitconfig
git config --local --unset credential.helper
git config --global credential.helper cache //改回不用每次都输入密码