如何在 SourceTree 中去掉一个 window "Git credential manager for Windows"?
How in SourceTree to get rid of a window "Git credential manager for Windows"?
添加存储库后,不断弹出标题为"git credential manager for windows" 的window。
无论我做什么(输入不同的登录名和密码,取消),它都会再次出现。并且一式两份以上。
如何摆脱它?
我在 .hgrc
文件中注册了以下设置,但这没有用。
[auth]
repo.prefix = http://to.my.repo
repo.username = <login>
repo.password = <pass>
repo.schemes = http
我把问题放在网站上 atlassian.com。我希望有一个解决方案)这是 link。
How-in-SourceTree-to-get-rid-of-a-window-Git-credential-manager 在社区上。atlassian.com
我问了一个问题,但得不到答案。我做了我被建议的一切,但没有任何效果。为什么 "Git credential manager for Windows" window 访问 https 服务器?
问题已由程序开发人员解决。您需要做什么的描述可以在页面上查看https://community.atlassian.com/t5/SourceTree-questions/SourceTree-tries-to-enter-quot-https-quot-although-the-settings/qaq-p/634852#U637810
The approach in this blogpost by Ben Gillbanks worked for me.
简而言之:
- 打开 SourceTree 并导航到您要更新其密码的存储库
- 点击‘Terminal’按钮跳转到命令行上repo的位置
- 输入“Git Pull”并点击return更新存储库
- 当要求输入您的密码时
- 完成
除了这种方法之外,我首先从工具>选项>身份验证中删除了保存的密码,但我不知道这是否有任何不同。
1.Goto 工具 -> 选项
2.Uncheck "Check default remotes for updates evey [10] minutes"
3.Restart 来源树!
添加存储库后,不断弹出标题为"git credential manager for windows" 的window。 无论我做什么(输入不同的登录名和密码,取消),它都会再次出现。并且一式两份以上。 如何摆脱它?
我在 .hgrc
文件中注册了以下设置,但这没有用。
[auth]
repo.prefix = http://to.my.repo
repo.username = <login>
repo.password = <pass>
repo.schemes = http
我把问题放在网站上 atlassian.com。我希望有一个解决方案)这是 link。 How-in-SourceTree-to-get-rid-of-a-window-Git-credential-manager 在社区上。atlassian.com
我问了一个问题,但得不到答案。我做了我被建议的一切,但没有任何效果。为什么 "Git credential manager for Windows" window 访问 https 服务器?
问题已由程序开发人员解决。您需要做什么的描述可以在页面上查看https://community.atlassian.com/t5/SourceTree-questions/SourceTree-tries-to-enter-quot-https-quot-although-the-settings/qaq-p/634852#U637810
The approach in this blogpost by Ben Gillbanks worked for me.
简而言之:
- 打开 SourceTree 并导航到您要更新其密码的存储库
- 点击‘Terminal’按钮跳转到命令行上repo的位置
- 输入“Git Pull”并点击return更新存储库
- 当要求输入您的密码时
- 完成
除了这种方法之外,我首先从工具>选项>身份验证中删除了保存的密码,但我不知道这是否有任何不同。
1.Goto 工具 -> 选项
2.Uncheck "Check default remotes for updates evey [10] minutes"
3.Restart 来源树!