Hi

So I'm trying to clone a private repository I just created on
bitbucket. This is what I see:

jerq% hg clone https://<username>@bitbucket.org/<username>/<repo>/
destination directory: <repo>
http authorization required
realm: Bitbucket.org HTTP
user: <username>
abort: could not import module msvcrt!

If I try with ssh instead:
jerq% hg -v clone ssh://h...@bitbucket.org/<username>/<repo>/
running ssh h...@bitbucket.org "hg -R <username>/<repo>/ serve --stdio"
abort: no suitable response from remote hg!


Has anyone else tried this?

John
-- 
"Object-oriented design is the roman numerals of computing" -- Rob Pike

Reply via email to