我安装了带有 hg-git 扩展的 TortoiseHg。我知道它正在工作,因为我可以使用从 github 克隆存储库hg clone git://github.com/foo/bar.git
但是,我正在尝试克隆位于http://www-dev.cockos.com/wdl/WDL.git/的存储库,
如果我这样做不出所料地报告:hg clone http://www-dev.cockos.com/wdl/WDL.git/
abort: 'http://www-dev.cockos.com/wdl/WDL.git/' does not appear to be an hg repository!
然后我尝试将 git:// 前缀放在上面,这看起来像是在做某事(说“将 Hg 对象导入 Git”,但最终超时并显示以下消息:
destination directory: WDL.git
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
是否有任何标志可以用来告诉 hg-git 使用 http URL 进行克隆?