如何使一个 Gitlab 存储库与另一个存储库保持同步 [镜像][gitlab-gitlab]
如何将一个 gitlab 存储库与另一个存储库进行镜像。
我有一个存储库,它应该与另一个存储库的受保护分支同步。
How do I mirror one gitlab repository with the another.
I have a repository which should be in sync with the protected branches of another repository.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我通过编写 解决了这个问题Gitlab 服务器挂钩 如下 所有存储库(查看发布的官方指南链接):
NB: 记得替换
<>
与您自己的。I solved this by writing a Gitlab server hook like the following for ALL REPOSITORIES (look at the posted official guide link):
NB: remember to subsitute
<<GITLAB_MIRROR_URL>>
with your own.您可以使用 GitLab 镜像 功能来实现这一点,它是内置的 -在平台中。
You can use GitLab mirroring capability to achieve that, it's built-in the platform.