Tag Archives: error: RPC failed; result=35

[Solved] error: RPC failed; result=35, HTTP code = 0/fatal: The remote end hung up unexpectedly

Planning to download the stress testing tool ycsb
Execution command error
git clone https://github.com/brianfrankcooper/YCSB.git
Cloning to’YCSB’…
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly
Modify command
git clone git://github.com/brianfrankcooper/YCSB.git
Cloning to’YCSB’…
remote: Enumerating objects: 20648, done.
remote: Total 20648 (delta 0), reused 0 (delta 0), pack-reused 20648
Among recipients: 100% (20648/20648), 31.68 MiB | 456.00 KiB/s, done.
Processing delta: 100% (8016/8016), done.
Finish
https replaced git