Windows XP, Mercurial 1.6.4
hg clone https://demas@bitbucket.org/demas/start.here
destination directory: start.here
requesting all changes
abort: error:
But if I use SSH all works fine
hg clone ssh://hg@bitbucket.org/demas/start.here
Debug info:
hg clone --debug https://demas@bitbucket.org/demas/start.here
using https://bitbucket.org/demas/start.here
http auth: user demas, passwor开发者_高级运维d not set
sending between command
destination directory: start.here
sending heads command
requesting all changes
sending changegroup command
abort: error:
Why? And how I fix it?
Use a custom configuration to workaround the handling of self-signed certificates:
Note that per the default settings installed, connect to repositories with self-signed certificates fail with 1.7.3. You need to adjust the default configuration for that case.
References
- CA Certificates in hg on Windows
- hg import from a https URL fails
精彩评论