Hg "thread ended unexpectedly" error while cloning

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?

+8
bitbucket mercurial
source share
1 answer

Does it happen in one place every time? (404093 bytes) If so, then something is wrong on the server side, and you can ask them for help.

If it is bombarded in different places every time, then I guess it will be a network.

+6
source share

All Articles