Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在此处查看 Github 存储库:
https://github.com/apache/
它们被标记为镜像,甚至提到了源镜像 URL。
我也想做同样的事情(在 Github 上镜像一些 SVN/Git/Mercurial 存储库),但是当我按照镜像方式执行此操作时,我的存储库不会被标记为镜像。它们显示为普通存储库。
那么这里的诀窍是什么?这是您必须在 Github 上支付的一些特殊功能吗?
“标记为镜像”的东西是 github 功能,而不是 git 功能。大概他们有一些内部框架,可以更轻松地管理所有镜像。你不能在他们的服务器上运行代码,所以你不能以同样的方式管理镜像。