Can't open new projects in Aptana Studio 3

纵饮孤独 提交于 2019-12-11 16:13:52

问题


I tried the operations as you can see at the image below. Can you please help me to set up ruby/rails, so I can learn that popular technology.

enlarge image

EDIT: There must be an error in my settings with ruby/rails so aptana can't access rails. I have used railsinstaller for windows. rails folder exists under gems folder, so rails should be installed.

EDIT2: It may be proxy settings!?


回答1:


If you are behind a proxy try

export HTTP_PROXY=http://yourproxy:port or export HTTP_PROXY=username:password@yourproxy:port before trying to install the gem.



来源:https://stackoverflow.com/questions/7675143/cant-open-new-projects-in-aptana-studio-3

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