无法为已安装的 eclipse aptana studio 3 插件安装 jQuerybundle

发布于 2025-01-05 21:36:52 字数 428 浏览 5 评论 0 原文

我已经在 eclipse 中安装了 aptana studio 3 插件。 但我无法安装 jQuerybundle。

当我选择 Command->Bundel Developemnt->Install 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)

I have installed aptana studio 3 plugin to eclipse.
But i can't install jQuerybundle.

When i select Command->Bundel Developemnt->Install Bundel->jQuery, message like below is shown:

****** ~/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)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暮色兮凉城 2025-01-12 21:36:52

通过手动复制文件让它工作。所以也许你可以尝试这个

1) 从 https:// 下载 zip github.com/aptana/javascript-jquery.ruble/downloads

2) 转到文件夹 C:\Documents and Settings\"your_username"\Aptana Rubles 并将内容解压到此文件夹。(Windows XP 32 位) 。

3) 重新启动 eclipse

4) 创建任何 Web 项目。右键单击。转到首选项 ->项目构建路径并根据具体情况选择 jQuery 1.4.2 或 jQuery 1.6.2 的复选框。

Got it working by manually copying the files.So may be you could try this

1) Download the zip from https://github.com/aptana/javascript-jquery.ruble/downloads

2) Go to the folder C:\Documents and Settings\"your_username"\Aptana Rubles and unzip the contents to this folder.(Windows XP 32 bit).

3) Restart eclipse

4) Create any web project.Right click.Go to Preference -> Project Build Path and select the checkbox for either jQuery 1.4.2 or jQuery 1.6.2 as the case may be.

呢古 2025-01-12 21:36:52

这对我在代理后面有用。

使用这三个命令从代理后面克隆 Aptana Studio 中的 jQuery Ruble:

$ 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

来自:http://aptanastudio.tenderapp.com/discussions/problems/3340-git-problems-behind-firewall-cant-install-bundles

This worked for me from behind a proxy.

Use these three commands to clone jQuery Ruble in Aptana Studio from behind proxy:

$ 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

From: http://aptanastudio.tenderapp.com/discussions/problems/3340-git-problems-behind-firewall-cant-install-bundles

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文