IBM/AS400 中是否安装了 git
我在 AS400 上运行 PHP。 AS400 上也可以安装 Git 吗?我想用它来维护版本控制。
I have PHP on running on an AS400. Can Git be also be installed on an AS400? I'd like to use it to maintain version control.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
YiPs 网站提供了有关如何在 PASE 中运行它的说明。您可以在这里找到它:
http://youngiprofessionals.com/wiki/index.php/ PASE/OpenSourceBinaries
滚动到页面中间或在页面中搜索“Git”。
更新
我写了 这篇文章 描述如何在 IBM i 上安装 Git。
The YiPs site has instructions on how to get it running in PASE. You can find it here:
http://youngiprofessionals.com/wiki/index.php/PASE/OpenSourceBinaries
Scroll to the middle of the page or search the page for "Git".
UPDATE
I've since written this article describing how to install Git on IBM i.
我的一个朋友写了一篇关于在 IBM i 上安装 Git 的未发表的文章。我需要鼓励他发表它。
A friend of mine wrote an unpublished article on installing Git on IBM i. I need to encourage him to publish it.
我在 IBM i 上运行 git 已有一年多了。正如 Alan Seiden 早些时候回应的那样,我已经写了一篇关于设置它的文章。我终于完成了:
http://www.youngiprofessionals.com/wiki/index .php/PASE/Git
I'm running git on my IBM i since over a year now. As Alan Seiden responded earlier, I've done an article about setting it up. I got it finished finally:
http://www.youngiprofessionals.com/wiki/index.php/PASE/Git
据我所知,目前还没有可以直接安装在服务器上的软件包。
然而,如果您愿意付出努力让它在 PASE(相当于 iOS/5 中的 unix)中运行,那么这是可能的。
To the best of my knowledge, there is currently not a package that can be directly installed on the server.
However, it may be possible if you are willing to put in the work to get it to run in PASE (which is the unix equivalent in iOS/5).
您将需要 AIX 版本才能在 PASE (qsh) 中运行。我不相信这是一个官方支持的 git 平台(不知何故,那些真正喜欢 git 的人,不会碰巧以入场费使用 IBM 系统)。
You will need an AIX version to run in PASE (qsh). I do not believe this to be an officially supported platform for git (somehow those who REALLY like git, do not happen to work with IBM system with an entrance fee).
您希望使用 git 进行哪些更改控制?
只是 PHP 源代码...还是本机代码?
我知道 Subversion 已经非常成功地移植到 IBM i 上。
然而,对于本机代码,我不建议使用基于 IFS 的源代码控制系统...您想要使用一个旨在处理本机源代码和代码的系统。对象。
What are you looking to do change control on with git?
Just the PHP source ... or native code as well?
I know that Subversion has been ported to IBM i quite successfully.
For native code, however, I wouldn't suggest an IFS based source control system ... you want to go with a system that's designed to handle native source & objects.