我可以在我的服务器上使用 github/gitorious/gitosis 的什么替代方案?
我想知道我可以在我的服务器上使用什么作为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
吉托利特太棒了。您还可以从 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.
请查看 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.
您可以 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.
我最近遇到了 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.
考虑使用 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.
最后,我使用了 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.