hg “stream ended unexpectedly” error on cloneing

£可爱£侵袭症+ 提交于 2020-01-01 09:02:45

问题


I'm trying to clone a bit repository from bitbucket 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 have tried it twice now but both times it's given the same error. I have more than enough HDD space.

Any thoughts?


回答1:


Is it failing in the same spot every time? (404093 bytes) If so, then it sounds like there's something wrong on the server side, and you might want to ask them for help.

If its bombing in different places every time then I guess it would be the network.



来源:https://stackoverflow.com/questions/8031708/hg-stream-ended-unexpectedly-error-on-cloneing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!