Linux 内核源码镜像

此处的帮助文档已经废弃,新的内容请访问 https://mirrors.ustc.edu.cn/help/


其 Git 仓库的链接为git://mirrors.ustc.edu.cn/linux.git

断点续传

由于git clone不支持断点续传,所以可以使用支持断点续传的git fetch。一个简单的步骤如下所示,请按自己的需求酌情更改:

mkdir linux && cd linux
git init
git fetch git://mirrors.ustc.edu.cn/linux.git
git checkout FETCH_HEAD

更新时间: