mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
597 B
597 B
| category | layout | mirrorid |
|---|---|---|
| help | help | qemu.git |
QEMU Git 镜像使用帮助
如需克隆 QEMU 代码及其子模块,使用以下脚本(实验性功能)
curl https://{{ site.hostname }}/git/qemu/qemu.sh | bash
如仅需克隆 QEMU 代码,使用
git clone https://{{ site.hostname }}/git/qemu.git
若要将镜像站加入已有代码库,可在已有仓库中运行
git remote add tuna https://{{ site.hostname }}/git/qemu.git
或运行
git remote set-url origin https://{{ site.hostname }}/git/qemu.git
将默认上游设置为镜像站