Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 486 Bytes

linux-stable.git.mdx

File metadata and controls

36 lines (23 loc) · 486 Bytes
title cname
Linux Stable Git 镜像使用帮助
linux-stable.git

如需克隆 Linux Stable 代码,使用

git clone {{http_protocol}}{{mirror}}

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

git remote add mirror {{http_protocol}}{{mirror}}

或运行

git remote set-url origin {{http_protocol}}{{mirror}}

将默认上游设置为镜像站