每次git pull的时候都会让输入用户名和密码git config --global credential.helper store
缓存输入的用户名和密码
git config --global credential.helper wincred
清除掉缓存在git中的用户名和密码
git credential-manager uninstall
标签:Git,credential,用户名,helper,--,清除,密码,git
来源: https://www.cnblogs.com/haolb123/p/14954126.html