windows git 清除已保存的密码

进入git目录 

右键 git-bash.exe

执行命令:

git config --system --unset credential.helper

然后执行git clone http://...... 就会弹出密码输入框

原文地址:https://www.cnblogs.com/liuq1991/p/10170517.html