哪个是最好的 git 托管 sw?- Gitolite vs. Gitlab vs. Gitorius

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17167414/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 16:23:50  来源:igfitidea点击:

Which is the best git hosting sw? - Gitolite vs. Gitlab vs. Gitorius

githostinggitolitegitlabgitorious

提问by user2451418

I am looking for a git hosting environment for several users. Therefore i've searched for comparisons between Gitolite, Gitlaband Gitorius. But i get nothing what could be useful.

我正在为多个用户寻找一个 git 托管环境。因此,我搜索了GitoliteGitlabGitorius之间的比较。但我没有得到任何有用的东西。

Is there anybody, who has experiences with different hosting tools and could provide an advice?

有没有人有不同托管工具的经验并可以提供建议?

回答by VonC

  • Gitoliteis nota git hosting environment: it is an authorization layer, which grants or denies access to a git repo.
    It is the https or ssh layer which allows the authentication of a user, and the git repo hosting itself.
    See "How do programs like gitolite work?"
  • GitLaband Gitoriousboth provide git hosting, with (to my opinion) an easier installation process and more features for GitLab.

When comparing GitLab featuresand Gitorious features, the issue tracker is more complete, the fork and authorization levels are present, GitLab has teams and groups, webhooks, and API.
The development is more active (one release every month) on GitLab.

对比GitLab featuresGitorious features,issue tracker更完整,有fork和authorization级别,GitLab有teams和groupswebhooks,API。
GitLab 上的开发更加活跃(每个月发布一个)。

Update: GitLab has acquired Gitorious

更新:GitLab 已经收购了 Gitorious

回答by Daniel Lopez

You can give Gitorious and Gitlab a try at Bitnami (http://bitnami.com/stack/gitoriousand http://bitnami.com/stack/gitlab) There you can download installers, virtual machines and launch cloud servers for Amazon and Azure. All of these options are free. You can launch a 1-hour demo server as well (if you just want to get a quick feeling for the app). Disclaimer: I am one of the Bitnami developers, but as stated above, the packages are completely free to use.

您可以在 Bitnami 上试用 Gitorious 和 Gitlab(http://bitnami.com/stack/gitorioushttp://bitnami.com/stack/gitlab)在那里您可以下载安装程序、虚拟机并启动 Amazon 和蔚蓝。所有这些选项都是免费的。您也可以启动一个 1 小时的演示服务器(如果您只是想快速了解该应用程序)。免责声明:我是 Bitnami 开发人员之一,但如上所述,这些软件包完全免费使用。