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


打算下载压测工具ycsb

执行命令报错

git clone https://github.com/brianfrankcooper/YCSB.git

正克隆到 'YCSB'...
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly

修改命令

git clone git://github.com/brianfrankcooper/YCSB.git

正克隆到 'YCSB'...
remote: Enumerating objects: 20648, done.
remote: Total 20648 (delta 0), reused 0 (delta 0), pack-reused 20648
接收对象中: 100% (20648/20648), 31.68 MiB | 456.00 KiB/s, done.
处理 delta 中: 100% (8016/8016), done.

完成

https换成 git

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM