Windows 密码已更改,无法再使用 Git。控制面板中没有凭据管理器

Windows Password Changed, no longer able to use Git. No Credential Manager in Control Panel

基本上就是标题所说的内容。我需要更改我的 Windows 密码,现在我在尝试使用 git clone:

时收到身份验证错误
fatal: Authentication failed for '<git repo here>'

到目前为止,我已经尝试了以下方法:

git config --global --add user.password "password here"
git config --global --unset user.password
git config --global credential.helper wincred

没有明显变化。我还尝试重新启动 git bash、Intellij 和我的计算机。我的大部分搜索都归结为 "use Credential Manager in Control Panel,",但我的本地计算机上似乎没有它。

运行 以下命令在全局级别设置配置。

git config --global credential.helper manager