Changes

Jump to: navigation, search

Mercurial-nexj

2 bytes added, 12:39, 23 November 2010
Notes
</source>
:'''possible Errors'''
:-''I get an error while cloning a remote repository via ssh''
:If your remote repository is cloned thusly
:And, you find that after successful ssh authentication you get the error message remote: abort: repository path/to/repo not found! , then you need to know the following:
::In your ~/.hgrc file, set a remotecmd value in the [ui] section giving the exact path to hg.
::On the server, create a ~/.ssh/environment file that defines an appropriate PATH, and add PermitUserEnvironment yes to /etc/sshd_config.
:-''I get an "ssl required" error message when trying to push changes''
:That's because allowing anonymous, unauthenticated HTTP clients to push changes into your repository would be a huge security hole. If you are on a private network and you know that all HTTP clients are trustworthy, you can add
<source lang=java>
1
edit

Navigation menu