Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 489 Bytes

glibc.git.mdx

File metadata and controls

36 lines (23 loc) · 489 Bytes
title cname
GNU C Library (glibc) Git 镜像使用帮助
glibc.git

如需克隆 GNU C Library 代码,使用

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

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

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

或运行

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

将默认上游设置为镜像站