为什么我尝试从更新站点安装 Subclipse 时会收到此错误?
我正在尝试在 64 位 Windows 7 计算机上的 Eclipse Helios (3.6) 上安装 Subclipse 1.6.x。我转到帮助
-> 安装新软件...
,然后在对话框中输入以下更新站点:http://subclipse.tigris.org/update_1.6.x
。我给它命名并单击“确定”,它尝试连接到存储库大约 15 秒,然后弹出以下错误对话框:
需要明确的是,我在框中输入的更新站点是 http://subclipse.tigris.org/update_1.6.x
而不是http://subclipse.tigris.org/update_1.6.x/content.xml
但它似乎认为这是正在请求的存储库。我已经在其他类似的 Window 机器上成功安装了 Subclipse 1.6.x,并且以前从未遇到过此错误。
有什么想法为什么会发生这种情况吗?
I am trying to install Subclipse 1.6.x on Eclipse Helios (3.6) on a 64-bit Windows 7 machine. I go to Help
-> Install New Software...
and then enter the following update site into the dialog box: http://subclipse.tigris.org/update_1.6.x
. I give it a name and click okay and it tries to connect to the repository for about 15 seconds and then the follow error dialog pops up:
To be clear, the update site that I have entered into the box is http://subclipse.tigris.org/update_1.6.x
and is NOT http://subclipse.tigris.org/update_1.6.x/content.xml
yet it seems to think that this is the repository being requested. I have successfully installed Subclipse 1.6.x on other similar Window's machines and have never come across this error before.
Any ideas why this is happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看来您以某种方式删除了“.”在“6”和“x”之间
您有 http://subclipse.tigris.org/update_1.6x
应该是
http://subclipse.tigris.org/update_1.6.x
It looks like you somehow removed the '.' between '6' and 'x'
You have http://subclipse.tigris.org/update_1.6x
it should be
http://subclipse.tigris.org/update_1.6.x
按照以下步骤
它对我来说工作得很好!
Follow the below steps
Its worked fine for me!!!