Comment 14 for bug 1111882

Revision history for this message
Jeff (liujinfengjeff) wrote :

This also failed for me like this:
cd /home/jeff/jef
git clone https://github.com/torch/distro.git ~/torch --recursive

error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/torch/cutorch.git' into submodule path 'extra/cutorch' failed

last,I could workaround this by doing:
cd /home/jeff
git clone https://github.com/torch/distro.git ~/torch --recursive

and fix it. Sometimes because of network failure.I hope my answer can help you.