使用Visual Studio时如何防止BitBucket凭据存储在Windows凭据管理器中?

时间:2018-12-03 10:27:01

标签: windows git visual-studio bitbucket credential-manager

使用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设置在Visual Studio存储库设置中仍显示manager

我什至尝试过在Windows服务中禁用Credential Manager,但是所有这些操作都阻止了我打开Credential Manager。凭据仍在存储中!

我还尝试将credential.helper设置为cache --timeout=600,希望在10分钟后忘记凭据。但是仍然存储凭据,并在10分钟后将其记住。

1 个答案:

答案 0 :(得分:0)

找不到方法,所以现在我只使用Git Bash

我需要这样做,因为我正在使用共享虚拟机,并且无法在其中存储我的个人凭据。