QEMU Git
- Clone the
QEMUcode and run:
git clone https://mirrors.hust.edu.cn/git/qemu.git
- Add
mirrorto an existing code repository. In an existing repository, run either:
git remote add mirror https://mirrors.hust.edu.cn/git/qemu.git
or
git remote set-url origin https://mirrors.hust.edu.cn/git/qemu.git
to set the default upstream to the current software mirror site.
References
[^1] ZMirror
[^2] Help Repository