哪个是最好的 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
Which is the best git hosting sw? - Gitolite vs. Gitlab vs. Gitorius
提问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 托管环境。因此,我搜索了Gitolite、Gitlab和Gitorius之间的比较。但我没有得到任何有用的东西。
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.
- Gitolite是不一个git托管环境:它是一个授权层,授予或拒绝访问一个git回购。
它是 https 或 ssh 层,它允许对用户进行身份验证,以及托管自己的 git repo。
请参阅“像 gitolite 这样的程序是如何工作的?” - GitLab和Gitorious都提供 git 托管,(在我看来)有更简单的安装过程和更多的 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 features和Gitorious features,issue tracker更完整,有fork和authorization级别,GitLab有teams和groups,webhooks,API。
GitLab 上的开发更加活跃(每个月发布一个)。
Update: GitLab has acquired 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/gitorious和http://bitnami.com/stack/gitlab)在那里您可以下载安装程序、虚拟机并启动 Amazon 和蔚蓝。所有这些选项都是免费的。您也可以启动一个 1 小时的演示服务器(如果您只是想快速了解该应用程序)。免责声明:我是 Bitnami 开发人员之一,但如上所述,这些软件包完全免费使用。