本文介绍了Eclipse更新不工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经在64位Windows平台上安装了Eclipse 3,6。当我尝试通过转到
帮助 - >安装新软件
连接到更新网站时,会出现以下错误: 无法连接到存储库
http://download.eclipse.org/releases/galileo/content.xml
连接拒绝:connect
我已尝试所有可用的网站 - 他们都给我同样的错误。
对话框显示:提供例外
。
任何想法发生了什么?
解决方案
- 在Eclipse中(转到窗口>首选项>常规>网络连接)。
- 选择Active Provider作为手动。
- 选择HTTP,然后点击修改。
- 输入主机和端口
- 选择需要验证并输入用户名和密码。
-
重复步骤1到5进行Https。
-
在代理旁路部分,点击添加主机
- 输入和OK
在花了整整一周的时间后,这个解决方案终于为我工作了
I have installed Eclipse 3,6 on 64 bit Windows platform.When I try to connect to update sites by going to Help->install new software
it gives following error:
Unable to connect to repository
http://download.eclipse.org/releases/galileo/content.xml
Connection refused: connect
I have tried all available sites - they all give me the same error.Dialog box shows: Provision exception
.
Any idea what's happening?
解决方案
- In Eclipse (go to Window > Preferences > General > Network connections).
- Select "Active Provider" as "Manual".
- Select HTTP and click edit.
- Enter the host and port
- Select "Requires Authentication" and enter the username and password.
Repeat Step 1 to 5 for Https.
In "proxy bypass" section click "Add host"
- Enter http://download.eclipse.org/releases/galileo/content.xml and OK
After spending an entire week with the issue, this solution finally worked for me
这篇关于Eclipse更新不工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!