【发布时间】:2016-05-30 04:11:38
【问题描述】:
我可以通过 SSH 连接从一个 mercurial 存储库克隆我的项目。
hg clone --debug ssh://user@192.168.0.4/mercurial/MyAndroidStudioProject
但我无法通过 HTTP 连接克隆同一个项目。
hg clone --debug http://192.268.0.4:8888/MyAndroidStudioProject/
此日志后进程挂起。
using http://192.268.0.4:8888/MyAndroidStudioProject/
sending capabilities command
destination directory: MyAndroidStudioProject
query 1; heads
sending batch command
requesting all changes
sending getbundle command
我可以从 Web 浏览器访问此 HTTP URL,但无法从终端和 AndroidStudio 克隆。我可以知道这个问题的根本原因,我该如何解决?谢谢。
【问题讨论】: