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:
为什么?以及我如何解决它?