Git repos意外地挂了

时间:2012-11-02 12:43:47

标签: django git

有一件奇怪的事情......我可以克隆小文件repos,但是当它开始花费一些时间时,它会挂断。像:

$ pip install -e git+https://github.com/django/django.git#egg=Django
Obtaining Django from git+https://github.com/django/django.git#egg=Django
Cloning https://github.com/django/django.git to ./virtualenvs/prp/src/django
error: RPC failed; result=56, HTTP code = 0
fatal: The remote end hung up unexpectedly
Complete output from command /usr/bin/git clone -q https://github.com/django/django.git /home/mamber/virtualenvs/prp/src/django:

----------------------------------------
Command /usr/bin/git clone -q https://github.com/django/django.git     /home/mamber/virtualenvs/prp/src/django failed with error code 128 in None
Storing complete log in /home/mamber/.pip/pip.log

我尝试过其他一些公共回购并获得相同的结果。 我也试过克隆回购,没有virtualenv和pip,结果相同:

$ git clone https://github.com/django/django.git
Cloning into 'django'...
error: RPC failed; result=56, HTTP code = 0
fatal: The remote end hung up unexpectedly

也许我需要更改一些超时配置。我在等待时看到系统监视器没有流量。

我在新安装的Linux Mint中使用全新安装的apt-get install git(没有配置)。

有什么想法吗?

0 个答案:

没有答案