【发布时间】:2010-12-09 19:20:28
【问题描述】:
Windows XP、Mercurial 1.6.4
hg clone https://demas@bitbucket.org/demas/start.here
destination directory: start.here
requesting all changes
abort: error:
但如果我使用 SSH 一切正常
hg clone ssh://hg@bitbucket.org/demas/start.here
调试信息:
hg clone --debug https://demas@bitbucket.org/demas/start.here
using https://bitbucket.org/demas/start.here
http auth: user demas, password not set
sending between command
destination directory: start.here
sending heads command
requesting all changes
sending changegroup command
abort: error:
为什么?我该如何解决?
【问题讨论】:
-
尝试更新到较新的 Mercurial 版本,我设法用 1.7.2 很好地克隆了它。
-
我已经完成了,但没有任何改变。在其中一个网络(工作中)中一切正常,但是当我尝试从家里克隆时,我收到此错误消息。我认为这与网络设置有关。
-
嗯...如果我使用 http 而不是 https,则可以使用。
-
hg clone --debug <URL>告诉你什么? -
@demas 你中间有一些 http 代理服务器吗?你可以克隆其他项目,或者没有用户名(url中没有demas@)?