加速clone linux kernel

阅读量: searchstar 2020-03-07 10:26:07
Categories: Tags:

tuna

git clone https://mirrors.tuna.tsinghua.edu.cn/git/linux.git

gitee

gitee.com有一个码云极速下载的用户,id是mirrors。这个用户维护了很多github的仓库的镜像,其中就有linux kernel:

git clone git@gitee.com:mirrors/linux.git

实测可以跑满带宽。

建议不要用https的方式:

git clone https://gitee.com/mirrors/linux.git

否则可能会报以下错误,且尝试了网上的修复方法,都无效。