在中间使用Tortoise-Hg中止进行克隆[命令返回代码255] [英] Cloning using Tortoise-Hg abort in middle[command returned code 255]

查看:427
本文介绍了在中间使用Tortoise-Hg中止进行克隆[命令返回代码255]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 Tortoise-Hg 从中克隆叉子 CodePlex 克隆过程中途停止 >.我已经尝试了超过 6 次,但是确实有问题.

I am using Tortoise-Hg for cloning a fork from CodePlex and cloning stops in the middle of the process. I have tried it more than 6 times and it does have a problem.

我使用的是Tortoise-Hg的可视客户端,我将源指定为https://hg.codeplex.com/forks/xxx/xxxx,并选择了目的地

I am using the visual client of Tortoise-Hg and I gave the source as https://hg.codeplex.com/forks/xxx/xxxx and selected a destination

首次使用压缩方法

这就是命令提示符中出现的内容

This is what appeared in the command prompt

 % hg clone --verbose -- https://hg.codeplex.com/forks/xxx/xxxx xxxx

但是该过程开始得很快,然后挂断了.

But the process start quite fast and then it get hung up.

requesting all changes
adding changesets[Happen Fast]
adding manifests[Happen Fast]
adding file changes[Hangs in the middle]
transaction abort!
rollback completed
abort: stream ended unexpectedly (got 147721 bytes, expected 422805)
[command returned code 255 Sun Mar 31 15:52:26 2013]

然后我尝试了未压缩方法

 % hg clone --uncompressed --verbose -- https://hg.codeplex.com/forks/xxx/xxxx xxxx

这也将在过程的中间停止.

That also stops in the middle of the process.

streaming all changes
4033 files to transfer, 37.2 MB of data
abort: unexpected response from remote server: empty string
[command returned code 255 Sun Mar 31 15:22:44 2013]

我第七次尝试了,它比以前尝试的要多得多,但是得到了更多的字节数got 74673 bytes, expected 256973

I tried it the 7th time and It went far more than previous tries but got more bytes got 74673 bytes, expected 256973

这有什么问题,我之前使用过相同版本的Tortoise-Hg进行克隆

What is the wrong with this, I have used same version of Tortoise-Hg before for cloning CodePlex projects. This is very time consuming. Is there something wrong of what I am doing?. How can I resolve this issue?

推荐答案

我设法进行了克隆,原因是Internet连接.在最初的旅程中,互联网对我来说很沉重.这就是导致问题的原因.现在,由于Internet连接处于相当高的速度水平,因此克隆工作正常.没有挂饰.如果您遇到相同的问题,则基本检查"是一个很好的Internet连接.希望这会对某人有所帮助.

I have managed to do the cloning, Internet connection was the reason. Internet was heavy for me during the initial trails. That's what have caused the problem. Now since the internet connection is in quite good level of speed, Cloning worked fine. There were no hangings. If you are facing the same issue, Basic check is a good internet connection. Hope this will help someone.

这再次发生在我身上,但是这次我尝试使用命令提示符进行克隆.它也工作正常. :)

This has again happened to me, But this time I tried cloning using command prompt. It also worked fine. :)

这篇关于在中间使用Tortoise-Hg中止进行克隆[命令返回代码255]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆