Displaying 2 results from an estimated 2 matches for "1228183".
2016 Aug 19
6
OT: Cloning llvm repo over low speed connection != fun
...): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
asura at asura-X3:/usr/local/src$ cd lib^C
asura at asura-X3:/usr/local/src$ git clone https://github.com/llvm-mirror/llvm.git
Cloning into 'llvm'...
remote: Counting objects: 1228183, done.
remote: Compressing objects: 100% (346/346), done.
^Cceiving objects: 0% (1069/1228183), 388.01 KiB | 1024 bytes/s
asura at asura-X3:/usr/local/src$ git clone https://github.com/llvm-mirror/llvm.git
Cloning into 'llvm'...
remote: Counting objects: 1228183, done.
error: RPC failed;...
2016 Aug 19
2
OT: Cloning llvm repo over low speed connection != fun
...expectedly
>> fatal: early EOF
>> fatal: index-pack failed
>> asura at asura-X3:/usr/local/src$ cd lib^C
>> asura at asura-X3:/usr/local/src$ git clone
>> https://github.com/llvm-mirror/llvm.git
>> Cloning into 'llvm'...
>> remote: Counting objects: 1228183, done.
>> remote: Compressing objects: 100% (346/346), done.
>> ^Cceiving objects: 0% (1069/1228183), 388.01 KiB | 1024 bytes/s
>> asura at asura-X3:/usr/local/src$ git clone
>> https://github.com/llvm-mirror/llvm.git
>> Cloning into 'llvm'...
>> remote...