简体   繁体   English

镜像 gitlab wiki 到 github

[英]mirror gitlab wiki to github

We are developing a software on a private GitLab server.我们正在私有 GitLab 服务器上开发软件。 Nobody from outside has access to this server.外部的任何人都无法访问此服务器。

Now we somehow have to make our software available for everybody.现在我们必须以某种方式让我们的软件可供所有人使用。 Our Idea is to mirror the repository to GitHub which should be possible due to some research we did.我们的想法是将存储库镜像到 GitHub,由于我们所做的一些研究,这应该是可能的。

We also maintain a wiki in GitLab.我们还在 GitLab 中维护了一个 wiki。 Is it also possible to mirror our GitLab wiki pages to GitHub?是否也可以将我们的 GitLab wiki 页面镜像到 GitHub?

GithubGitlab, Wiki是带有URL的存储库,例如https://git$b.com/$user/$project.wiki.git因此您可以从Gitlab克隆Wiki并推送到Github。

You can use Github Wiki or you can also use Github Pages , you can restrict access to your project site by publishing the site privately.您可以使用Github Wiki或者您也可以使用Github Pages ,您可以通过私下发布站点来限制对项目站点的访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM