为什么 Aptana 不允许通过克隆 git 存储库来创建新的 PHP 项目
我正在使用 Aptana 3 使用 phpfog 构建基于 PHP 的 Web 应用程序。我想通过从 phpfog 克隆我的 git 存储库来在 Aptana 中创建一个新项目,但这不是“php 项目”的选项。 Aptana 仅为“Rails”和“Ruby”项目提供此选项。有谁知道为什么?
我尝试按照此视频中的说明进行操作:http://www.youtube.com/观看?v=21nq-xLvQtM
I'm working with Aptana 3 to build a PHP-based web app using phpfog. I want to create a new project in Aptana by cloning my git repository from phpfog but this is not an option for a 'php project.' Aptana only gives this option for 'Rails' and 'Ruby' projects. Does anyone know why?
I'm attempting to follow instructions in this video: http://www.youtube.com/watch?v=21nq-xLvQtM
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以“文件”>“导入> Git 克隆项目,然后右键单击该项目并选择“属性”>“项目性质。不管怎样,现在也有一个功能请求:http://jira.appcelerator.org/browse /APSTUD-2923
You could also File > Import > Git to clone the project and then also right-click on the project and selecting Properties > Project natures. Either way, there's now a feature request for that too: http://jira.appcelerator.org/browse/APSTUD-2923
您可以首先使用 Ruby 项目从 git 存储库克隆,然后通过右键单击该项目并选择“属性”>“属性”来更改性质。项目性质。
You could use the Ruby project first to clone from the git repository and then change the nature by right-clicking on the project and selecting Properties > Project Natures.