error cloning encoding not supported

Matt Mackall mpm at selenic.com
Mon Nov 15 08:18:52 CST 2010


On Mon, 2010-11-15 at 09:46 +0100, Marco Giovannini wrote:
> with the option debug I can get more information
> 
> http auth: user giovannm, password ********
> requested URL: 'https:/xxxxxx.com/%7Exxxxx/repo/team/xxxxx/xxxx
> ?pairs=0000000000000000000000000000000000000000-00000000000000000000000000000000
> 00000000&cmd=between'
> (falling back to static-http)
> http authorization required
> realm: xxxxteam repos
> user:

There's a missing '/' after the 'http:/' above, is that an editing
error?

My earlier diagnosis stands. Mercurial is getting an unexpected response
(ie not a standard http error), deciding the server doesn't speak hgweb
protocol, trying static http, and failing again.

If you find the Apache log entry that corresponds with the above
request, you might learn more. You might also try manually getting the
same URL using wget, you should get a file with a single newline.

Can you clone this repo over https when not used as a subrepo?

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial mailing list