MirrorZ Help

Linux Git 镜像使用帮助

选择镜像

如需克隆 Linux 代码,使用

git clone https://(Loading...)

若要将 mirror 加入已有代码库,可在已有仓库中运行

git remote add mirror https://(Loading...)

或运行

git remote set-url origin https://(Loading...)

将默认上游设置为镜像站

增量下载

如果需要其它 linux 分支的代码(如树莓派内核代码),可以在 clone 本项目基础上增量下载分支的代码,从而加速下载

以树莓派为例,具体操作为

git clone https://(Loading...)
git remote add rasp https://github.com/raspberrypi/linux.git
git fetch rasp

这个页面的内容有问题?在 GitHub Issue 反馈

想完善这个页面?查看我们的贡献指南在 GitHub 上查看此页的源代码

本页面的全部内容在 CC BY-NC-SA 4.0 协议之条款下提供,附加条款亦可能应用。