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

坚强是说给别人听的谎言 提交于 2019-12-03 00:47:33

问题


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

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


回答1:


  • Gitolite is not a 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?"
  • GitLab and Gitorious both provide git hosting, with (to my opinion) an easier installation process and more features for GitLab.

When comparing GitLab features and 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.

Update: GitLab has acquired Gitorious




回答2:


You can give Gitorious and Gitlab a try at Bitnami (http://bitnami.com/stack/gitorious and 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.



来源:https://stackoverflow.com/questions/17167414/which-is-the-best-git-hosting-sw-gitolite-vs-gitlab-vs-gitorius

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!