Just now I need to pull to spontaneous remote Mercurial repository. I ran
hg serve and have tried to push. The server rejects my connection, because it demands secure connection. Attempts to change protocol to HTTPS were failed.
As decision I found the following: in hgrc (or mercurial.ini in Windows) add
[web]
allow_push = *
push_ssl = false
Profit :)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.