mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
1002 B
1002 B
| category | layout | mirrorid |
|---|---|---|
| help | help | llvm-project.git |
LLVM Git 源码仓库镜像使用帮助
本镜像镜像了如下仓库:
https://github.com/llvm/llvm-project.git
可以直接使用 git clone https://{{ site.hostname }}/git/llvm-project.git 来克隆。由于仓库体积均较大,执行git clone可能需要较长时间,并且没有进度提示,请耐心等候。
若要将 TUNA mirror 加入已有代码库,可在已有仓库中运行:
git remote add tuna https://{{ site.hostname }}/git/llvm-project.git
或运行:
git remote set-url origin https://{{ site.hostname }}/git/llvm-project.git
将默认上游设置为 TUNA 镜像。
注:
- 如需要各个子项目的发布版本代码,请至 [GitHub Release 镜像](https://{{ site.hostname }}/github-release/llvm/llvm-project/) 下载。
- 如需要 LLVM 合并为 monorepo 前的各个子仓库(已经不再更新),请至 此页面 查看使用帮助。