我可以在我的服务器上使用 github/gitorious/gitosis 的什么替代方案?

发布于 2024-12-07 20:16:29 字数 135 浏览 0 评论 0原文

我想知道我可以在我的服务器上使用什么作为 gitorious/gitosis 的替代品,并且能够将错误报告与源链接(例如用于 subversion/... 的 trac)?

服务器将由 linux / osx 驱动。

此致。

I would like to know what I can use as alternative as gitorious/gitosis on MY server, and that is able to link bug reports with source (like trac for subversion/...) ?

The server would be linux / osx powered.

Best regards.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

白芷 2024-12-14 20:16:29

吉托利特太棒了。您还可以从 IRC 频道上的 Sitaram(作者)获得非常好的支持。我强烈推荐它。

希望这有帮助。

进一步:Gitosis 不再活跃发展。如果您正在考虑使用它,gitolite 是一个简单的替代品,因为它使用相同的管理工作流程等。

Gitolite is amazing. You also get really good support from Sitaram (the author) on the IRC channel. I would highly recommend it.

Hope this helps.

FURTHER: Gitosis is no longer actively developed. If you were considering using it, gitolite is an easy replacement as it uses the same workflow for admin, etc.

恏ㄋ傷疤忘ㄋ疼 2024-12-14 20:16:29

请查看 RhodeCode,它支持 git/hg/svn,有非常好的安装程序,可以在 linux/windows 上运行(mac 支持即将到来)很快)

我们有问题跟踪器集成,可与 redmine/jira/bugzilla 等一起使用。您甚至可以使用这些配置智能提交并通过推送来解决问题。

披露:我创建了这个项目。

Please check out RhodeCode, it supports git/hg/svn, has really nice installer that works on linux/windows (mac support coming soon)

We have issue tracker integration that works with redmine/jira/bugzilla etc. You can even configure smart commits with those and resolve issues by doing pushes.

disclosure: i created this project.

清风挽心 2024-12-14 20:16:29

您可以 git clone --bare 到任何基于 *nix 的服务器上以保留您的存储库(及其所有文件)的副本,您所要做的就是像管理任何其他 *nix 管理一样管理 ssh 权限。

对于其他人通过网络界面浏览您的存储库,这应该会有所帮助

Git 本身并不进行错误报告,但一些附加软件可以提供帮助。就我个人而言,我推荐像 lighthouse关键跟踪器

You can git clone --bare onto any *nix based server to keep a copy of your repo (and all it's files) and all you have to do is manage ssh permissions as you would any other *nix management.

For others to browse your repo via a web interface, this should help.

Git doesn't do bug reporting natively, but some add on software could help. Personally, I'd recommend a service like lighthouse or pivotal tracker.

醉生梦死 2024-12-14 20:16:29

我最近遇到了 Klaus Silveira 的 GitList (基于 PHP)。它的设置非常简单,并且有一个漂亮的用户界面。我还写了一篇文章描述设置过程。

I recently came across GitList (PHP based) by Klaus Silveira. It's really simple to setup and has a nice UI. I have also written an article describing the setup process.

止于盛夏 2024-12-14 20:16:29

考虑使用 GitLab,它具有进行代码审查的合并请求、一个 wiki 和一个问题跟踪器。 (披露:我是联合创始人。

Consider using GitLab, it has merge requests to do code reviews, a wiki and an issue tracker. (disclosure: I'm a co-founder.

为人所爱 2024-12-14 20:16:29

最后,我使用了 GitBlit http://gitblit.com/

它是一个简单的应用程序,不需要很多来自操作系统的依赖性。而且 GUI 非常好。

Finally, I used GitBlit http://gitblit.com/

It is a simple application that doesn't needs a lot of depencies from the OS. And the GUI is quite nice.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文