0
我有我有麻煩推給......我按照說明回購...麻煩允許在推Mercurial庫
我的回購包含hgrc ...
/回購/ .hg/hgrc
[web]
push_ssl = false
hgwebdir.config
[paths]
/= /path/to/folder/*
[web]
baseurl =/
push_ssl = false
allow_archive = zip
當我試圖把我仍然得到abort: cannot lock static-http repository
[重複](http://stackoverflow.com/questions/1774733/mercurial-clone-issue) – jgritty
燁,exactl重複。簡短的回答是:你nto使用hgweb服務你的回購。你需要這樣做來啓用推送(並有一個體面快速的克隆/拉動操作)。按照@jgritty的答案中的鏈接。 –