我已经安装了aptana studio 3插件来进行eclipse。 但是我无法安装jQuerybundle。
当我选择Command-> Bundel Developemnt->安装Bundel-> jQuery时,会显示如下信息:
****** ~/Aptana Rubles
$ git clone git://github.com/aptana/javascript-jquery.ruble.git
Cloning into javascript-jquery.ruble...
github.com[0: 207.97.227.239]: errno=No such file or directory
fatal: unable to connect a socket (No such file or directory)
答案 0 :(得分:8)
通过手动复制文件让它工作。所以你可以试试这个
1)从https://github.com/aptana/javascript-jquery.ruble/downloads
下载邮政编码2)转到文件夹C:\ Documents and Settings \“your_username”\ Aptana Rubles并将内容解压缩到此文件夹。(Windows XP 32位)。
3)重启eclipse
4)创建任何网络项目。点击右键。转到偏好 - >项目构建路径并根据具体情况选择jQuery 1.4.2或jQuery 1.6.2的复选框。
答案 1 :(得分:0)
这对我来说是一个代理人。
使用这三个命令从代理后面克隆Aptana Studio中的jQuery Rble:
$ git config --global http.proxy http://typeYourProxyHere:8080
$ git config --global https.proxy http://typeYourProxyHere:8080
$ git clone https://github.com/aptana/javascript-jquery.ruble.git