I am trying to clone a bit repository from a bitpack via hg, but I keep getting this error:
abort: stream ended unexpectedly (got 404093 bytes, expected 8706452)
mac: ~ user $ hg clone https: //user2@bitbucket.org/mine/test
http authorization required
realm: Bitbucket.org HTTP
user: user2
password:
destination directory: test
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: stream ended unexpectedly (got 404093 bytes, expected 8706452)
I tried it twice now, but both times it gave the same error. I have more than enough hard disk space.
Any thoughts?
bitbucket mercurial
Syntax
source share