【问题标题】:how do I configure tortoisehg to work with mutliple repos?如何配置 tortoisegit 以使用多个存储库?
【发布时间】:2012-10-05 07:57:42
【问题描述】:

我一直在使用 tortoisehg 来处理使用 ssh 的 repo,一切都井井有条。但现在我正在尝试 clone 另一个仅使用 https 的 repo,并且欢迎我收到以下错误消息:

URLError: [Errno 10061] No connection could be made because the target machine actively refused it
[command returned code 255. . .]

我尝试将我当前 repo 的设置本地化,即将它们从 global settings 删除到 ...\.hg\hgrc,但是当我尝试克隆时仍然遇到同样的错误。

对此有什么想法吗?

【问题讨论】:

  • 是什么让您认为问题与您的原始存储库有关?在我看来,您只是无法连接到您尝试克隆的位置。
  • 我认为它使用的是原始 repo 的登录详细信息,因为它甚至不询问我的密码。
  • 不,从外观上看,这不是身份验证错误。看起来更像防火墙。

标签: mercurial repository tortoisehg


【解决方案1】:

响应有点晚,但可能是代理错误...

见: How to clone a codeplex mercurial repository behind a proxy?

而是使用

[https_proxy]
host = proxy name /  ip:port
user = xxxxxxx
passwd = xxxxxxx

【讨论】:

  • 4 年零 9 个月前,我认为这家伙不会还在寻找答案......
  • @Timothy - 但仍然有用:)
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2023-03-10
  • 1970-01-01
  • 2012-10-03
  • 2015-10-19
  • 1970-01-01
  • 2019-06-23
  • 1970-01-01
相关资源
最近更新 更多