我如何为外部git存储库创建一个github镜像,使其看起来像“真实镜像”,例如在https://github.com/mirrors中?
到目前为止,我使用以下方法设置了一个镜像:
cd /path/to/bare/repository
git remote add --mirror github git@github.com:user/repo.git
并配置帖子接收钩子来做一个git push --quiet github
。但是,通过这种方式,github无法识别镜像。
有任何想法如何以github的方式进行操作,例如“ Mirrorred from”出现在重新张贴的名称下方吗?