使用 Visual Studio 时,我无法停止将 BitBucket 凭据存储在 Windows 凭据管理器中。
我已经credential.helper
使用所有三个命令取消设置:
git config --global --unset credential.helper
git config --system --unset credential.helper
git config --unset credential.helper
有趣的是,运行上述命令后,该credential.helper
设置仍显示manager
在 Visual Studio 存储库设置中。
我什至尝试在 Windows 服务中禁用凭据管理器,但这只是阻止我打开凭据管理器。凭据仍在存储中!
我还尝试设置credential.helper
为cache --timeout=600
希望在 10 分钟后忘记凭据。但是凭据仍然被存储,并在 10 分钟后被记住。