2

奇妙なことがあります.小さなファイルのリポジトリを複製できますが、時間がかかり始めるとハングアップします。お気に入り:

$ 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

変更する必要があるタイムアウト設定があるかもしれません。待機中にシステム モニターにトラフィックが表示されません。

私は、新しくインストールされた apt-get install git (構成なし) を使用して、新しくインストールされた Linux Mint でそれを行っています。

何か案は?

4

0 に答える 0