如何在SourceTree中摆脱窗口" Git凭证管理器for Windows"?

时间:2017-08-24 08:24:20

标签: mercurial atlassian-sourcetree

添加存储库后,会出现一个带有标题" git凭证管理器的窗口,用于Windows"不断弹出。 无论我做什么(输入不同的登录名和密码,取消),它都会再次出现。并且超过两份。 如何摆脱它?

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

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

git credential manager for windows

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

我问了一个问题,但无法得到答案。我做了我所建议的一切,但没有任何作用。为什么&#34; Git凭证管理器适用于Windows&#34;窗口访问https服务器?

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

3 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

The approach in this blogpost by Ben Gillbanks worked for me.

简而言之:

  • 打开SourceTree并导航到要更新其密码的存储库
  • 点击“终端”按钮,以跳至命令行中存储库的位置
  • 输入“ Git Pull”并按回车键以更新存储库
  • 根据要求输入密码
  • 完成

除了这种方法之外,我首先从“工具”>“选项”>“身份验证”中删除了保存的密码,但是我不知道这是否有所不同。

答案 2 :(得分:0)

1。转到工具->选项

2。取消选中“检查默认遥控器以获取更新[10]分钟”

3。重新启动SourceTree!