tuna
git clone https://mirrors.tuna.tsinghua.edu.cn/git/linux.git
gitee
gitee.com有一个码云极速下载
的用户,id是mirrors
。这个用户维护了很多github的仓库的镜像,其中就有linux kernel:
git clone [email protected]:mirrors/linux.git
实测可以跑满带宽。
建议不要用https的方式:
git clone https://gitee.com/mirrors/linux.git
否则可能会报以下错误,且尝试了网上的修复方法,都无效。
-
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
-
error: RPC failed; curl 18 transfer closed with outstanding read data remaining