GDB Git

使用方法

如需克隆 Binutils 等项目的代码,使用

git clone https://mirrors.ha.edu.cn/git/binutils-gdb.git

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

git remote add mirror https://mirrors.ha.edu.cn/git/binutils-gdb.git

或运行

git remote set-url origin https://mirrors.ha.edu.cn/git/binutils-gdb.git

将默认上游设置为镜像站