hg clone git:.... 中止:连接失败?
当尝试使用 Mercurial 通过 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 存储库。
When trying to clone a git repository using Mercurial over hg-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
It fails, but why? I can successfully clone hg repositories over http.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只是尝试使用 Mercurial 2.0.1 和最新版本的 hg-git (
32afa497834d
) 进行克隆,效果很好:所以我猜你只是网络不走运,或者 GitHub 可能有一个临时的网络问题。问题。
I just tried to clone with Mercurial 2.0.1 and the latest version of hg-git (
32afa497834d
) and it worked fine:So I guess you were just unlucky with your network, or maybe GitHub had a temporary problem.