Mercurial clone issue

女生的网名这么多〃 提交于 2019-12-22 12:27:35

问题


I'm using Mercurial and I've cloned a repo locally and upon hg push, I'm getting this:

abort: cannot lock static-http repository

What does this mean? Why can't it lock the static-http repository? Permission issue on the folder?


回答1:


You can't because Mercurial doesn't implement push for static-http, you need either the smart protocol, ssh or local access.

See here for more details.



来源:https://stackoverflow.com/questions/1774733/mercurial-clone-issue

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!