git clone 速度很慢,其他所有速度都为 +12Mbit/s

git clone 速度很慢,其他所有速度都为 +12Mbit/s

我正在尝试做一个 git 克隆,使用 ubuntu 16.04 服务器版本(别问,我需要一个快速的 ubuntu 来构建 openwrt),虽然 fast.com、xfinity 的 speedtest 和 speedtest.net 都显示 12Mbit/s 的下载速度和 2Mbit/s 的上传速度,但 git 的下载速度却慢得要命。

有什么办法可以加快速度吗?我正在运行的命令是:

dragon@ubuntu:~$ git clone --depth=1 git://git.openwrt.org/openwrt.git openwrt
Cloning into 'openwrt'...
remote: Counting objects: 8412, done.
remote: Compressing objects: 100% (7202/7202), done.
Receiving objects:  50% (4232/8412), 4.54 MiB | 10.00 KiB/s 

注意10.00 KiB/秒(并且已经降至 1024 字节/秒!)。可能出了什么问题?我直接连接到调制解调器,已经恢复出厂设置,除了这个之外,一切都很顺利!

uname -a:

Linux ubuntu 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

谢谢!

答案1

但是你为什么要使用 openwrt.org,当获取源他们说 repos 移至的页面github?我猜他们保留了 openwrt.org git 作为备份。继续……

相关内容