ECLIPSE:无法下载新软件,停留在'pending...'

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7852708/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 20:36:54  来源:igfitidea点击:

ECLIPSE: can't download new software, stays stuck in 'pending...'

eclipse

提问by Maruccio

using Eclipse 3.7 (Indigo)

使用 Eclipse 3.7 (Indigo)

I know there are similar questions (out-dated by the way) but none can solve my problem i go to HELP -> Install New Software -> Work With

我知道有类似的问题(顺便说一句已经过时)但没有一个可以解决我的问题我去帮助 -> 安装新软件 -> 使用

and select

并选择

Indigo - http://download.eclipse.org/releases/indigo

靛蓝 - http://download.eclipse.org/releases/indigo

and it keeps saying 'Pending...'

它一直说“待定......”

Any ideas?? i'd be VERY grateful

有任何想法吗??我会很感激

:D

:D

EDIT: by the way, nothing on the error log

编辑:顺便说一下,错误日志上没有任何内容

采纳答案by Lycha

Go to "Preferences"->"Install/Update"->"Available Software Sites" and uncheck all except "Indigo". Then try again. I think eclipse gets updates from all sites before it gets through "Pending..."-stage.

转到“首选项”->“安装/更新”->“可用软件站点”并取消选中除“Indigo”之外的所有站点。然后再试一次。我认为 Eclipse 在通过“待定...”阶段之前会从所有站点获取更新。

Then re-check items until you find the one that causes it to jam.

然后重新检查物品,直到找到导致它卡住的物品。

回答by oshai

Check if there is proxy server configuration that prevent the direct access. you can define it in the preferences.see more details here.

检查是否有阻止直接访问的代理服务器配置。您可以在首选项中定义它。在此处查看更多详细信息。

回答by feelfree

In my case I use proxy setting, and I follow the answer provided by oshai, and it works. But just one small modification for the post: the SOCKETS setting should be clear and empty as suggested by here

在我的情况下,我使用代理设置,并按照 oshai 提供的答案进行操作,并且它有效。但只是对帖子的一个小修改:SOCKETS 设置应该按照此处的建议清晰且为空

回答by Abhi

This is what worked for me. I don't know if you had the same problem as me. But mine was stuck at Updating software and I wanted to update my ADT plugin for ecliplse. I started fiddler and unchecked everything except ADT plugin to track which website is blocking the updates.

这对我有用。不知道你有没有和我一样的问题。但是我的卡在更新软件上,我想为 ecliplse 更新我的 ADT 插件。我启动了 fiddler 并取消选中除 ADT 插件之外的所有内容,以跟踪哪个网站阻止了更新。

Guess what things just started working as if Eclipse got scared of fiddler :)

猜猜什么东西刚刚开始工作,就好像 Eclipse 害怕提琴手一样:)