2017-08-24 77 views
1

添加存储库后,会弹出一个标题为“git凭证管理器”窗口的窗口。 无论我做什么(输入不同的登录名和密码,取消),它会再次出现。并在两个以上的副本。 如何摆脱它?SourceTree如何摆脱窗口“Windows的Git凭证管理器”?

我在.hgrc文件中注册了以下设置,但这没有帮助。

[auth] 
repo.prefix = http://to.my.repo 
repo.username = <login> 
repo.password = <pass> 
repo.schemes = http 

git credential manager for windows

我放在网站上atlassian.com的问题。我希望有一个解决方案)这里是链接。 How-in-SourceTree-to-get-rid-of-a-window-Git-credential-manager on community.atlassian.com

我问了一个问题,但无法得到答案。我尽我所知,但没有任何工作。为什么“Windows的Git凭证管理器”窗口访问https服务器?

https://community.atlassian.com/t5/SourceTree-questions/SourceTree-tries-to-enter-quot-https-quot-although-the-settings/qaq-p/634852#M16629

+0

也许是因为该窗口提到“git”,并且您正在向mercurial配置文件添加凭证? –

+0

@ marco.m这就是要点,我不使用git! –

+0

错误的标签'atlassian-sourcetree',我相信这是关于'visual-studio',链接到https://stackoverflow.com/questions/42694161/git-credential-login-keeps-pop-upping-after-installing- visual-studio-2017 –

回答