macOS 在Aptana Studio3上配置JQuery

目前需要使用Aptana Studio3做一些JS的东西,用到JQuery处,发现Studio3需要安装JQuery Bundle,但屡次安装失败后,总结出方法,写在这里,供以后翻阅时参考。


1.给MacOS安装Git

http://code.google.com/p/git-osx-installer/downloads/list?can=3&q=&sort=-uploaded&colspec=Filename+Summary+Uploaded+Size+DownloadCount

2.将Git添加到bash

export PATH=/usr/local/git/bin/:$PATH

3.重启Aptana Studio3
4.重新在Bundle Development里选择Install Bundles,确认是JQuery。
5.如果还提示github 连接 time out的错误,将git://改为https://

 

原文来自:http://www.7yue.com/post/471.html

posted @ 2012-11-30 22:05  bango  阅读(228)  评论(0)    收藏  举报