【发布时间】:2010-08-10 12:33:58
【问题描述】:
尝试使用 Mercurial over hg-git 克隆 git 存储库时:
hg clone git://github.com/rails/rails.git
destination directory: rails
importing Hg objects into Git
abort: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
它失败了,但是为什么?我可以通过 http 成功克隆 hg 存储库。
【问题讨论】:
-
你能用git成功克隆git repos吗?有没有可能是某个端口被阻塞了?