加速clone linux kernel

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

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

  • 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

posted @ 2024-09-28 13:40  寻找繁星  阅读(1)  评论(0编辑  收藏  举报