mirror-web/wiki/linux.wiki
惠轶群 2eff45c90b move help from wiki to mirror site
(many help left to be translated from moinmoin to markdown)
2015-01-30 11:59:57 +08:00

24 lines
629 B
Plaintext

## page was renamed from MirrorHelpTemplate
## 被“@”包围起来的是宏(macro),在你保存此页面的时候会替换掉。具体替换成什么你保存之后就知道了……
= Linux Kernel Git 镜像使用帮助 =
如需克隆 linux 代码,使用
{{{
git clone git://mirrors.tuna.tsinghua.edu.cn/linux.git
}}}
若要将 tuna mirror 加入已有代码库,可在已有仓库中运行
{{{
git remote add tuna git://mirrors.tuna.tsinghua.edu.cn/linux.git
}}}
或运行
{{{
git remote set-url origin git://mirrors.tuna.tsinghua.edu.cn/linux.git
}}}
将默认上游设置为 TUNA 镜像
----
CategoryMirrorUsage