Mercurial: can't host on BitBucket.org with an error SSH, OpenSSH?
Posted
by
raychenon
on Stack Overflow
See other posts from Stack Overflow
or by raychenon
Published on 2011-01-09T15:29:24Z
Indexed on
2011/01/09
16:54 UTC
Read the original article
Hit count: 367
For a new project, I created a new repo inside the project's folder. This is the first time I see this error.
Following this guide 3.6 Share the repository http://tortoisehg.bitbucket.org/manual/1.0/quick.html
In destination path : https://bitbucket.org/$myaccount/$myrepo I get this:
abort: cannot create new http repository
[command interrupted]
In command line I do the equivalent:
hg push https://bitbucket.org/$myaccount/$myrepo
error SSH-2.0-OpenSSH_5.3
Previously I cloned a HG project on bitbucket.org with no problem. I changed without any results in the Global Settings > Proxy
Host : https://bitbucket.org/$myaccount
user :
password :
© Stack Overflow or respective owner