Mercurial克隆问题

时间:2009-11-21 06:36:09

标签: mercurial clone

我正在使用Mercurial并且我已经在本地克隆了一个回购,在hg push之后,我得到了这个:

abort: cannot lock static-http repository

这是什么意思?为什么不能锁定static-http存储库?文件夹上的权限问题?

1 个答案:

答案 0 :(得分:4)

你不能因为Mercurial没有为static-http实现推送,你需要智能协议,ssh或本地访问。

有关详细信息,请参阅here