我们以前能够很好地从Github克隆,但现在每当我们尝试它时,它永远不会超过35%。这是一个大型存储库,但它在过去运行良好。查看状态行,下载速率开始时的速度为200 - 500 KiB / s,但逐渐下降,直到最终为1 - 5 Kib / S.最终消息超时:
remote: Compressing objects: 100% (1532/1532), done.
fatal: early EOF
fatal: The remote end hung up unexpectedly
fatal: recursion detected in die handler
error: RPC failed; result=18, HTTP code = 200
这是我们正在使用的存储库和命令:
git clone https://github.com/t2health/BSPAN---Bluetooth-Sensor-Processing-for-Android.git
答案 0 :(得分:1)
在这里工作,所以获得更好的互联网连接。
我们有100Mb纤维到田纳西州查塔努加附近的家中。
我曾经使用过一家手机公司的无线mifi设备,它会做你抱怨的事情。也许,你的关系受到了限制。
git clone https://github.com/t2health/BSPAN---Bluetooth-Sensor-Processing-for-Android.git
Cloning into 'BSPAN---Bluetooth-Sensor-Processing-for-Android'...
remote: Counting objects: 6127, done.
remote: Compressing objects: 100% (1532/1532), done.
remote: Total 6127 (delta 3883), reused 6117 (delta 3873)
Receiving objects: 100% (6127/6127), 87.27 MiB | 743 KiB/s, done.
Resolving deltas: 100% (3883/3883), done.