缓存/存储 输入的用户名和密码:

git config --global credential.helper wincred

清除掉缓存/存储 在git中的用户名和密码

git credential-manager uninstall

End.