MirrorZ Help

LLVM Project Git 镜像使用帮助

选择镜像

本镜像镜像了如下仓库:

https://github.com/llvm/llvm-project.git

如需克隆代码,使用

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

由于仓库体积均较大,执行git clone可能需要较长时间,并且没有进度提示,请耐心等候。

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

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

或运行

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

将默认上游设置为镜像站

注:如需要各个子项目的发布版本代码,请至 GitHub Release 镜像 中 llvm-project 一节。

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

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

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