windows git 清除已保存的密码
进入git目录
右键 git-bash.exe
执行命令:
git config --system --unset credential.helper
然后执行git clone http://...... 就会弹出密码输入框
进入git目录
右键 git-bash.exe
执行命令:
git config --system --unset credential.helper
然后执行git clone http://...... 就会弹出密码输入框