Eclipse - 无法安装 subclipse / subversive
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8563399/
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
Eclipse - Cannot install subclipse / subversive
提问by user977430
I am unable to install new plugins to eclipse (tried subclipse and subversive). Installing fails around 47/48 %. This happens with both Helios and Indigo. I tried installing via Help>Install New Software and Help>Eclipse Marketplace.
我无法为 Eclipse 安装新插件(尝试过 subclipse 和 subversive)。安装失败大约 47/48%。Helios 和 Indigo 都会发生这种情况。我尝试通过帮助>安装新软件和帮助>Eclipse Marketplace进行安装。
Errors in both versions are about the same:
两个版本的错误大致相同:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at
http://market.eclipsesource.com/dist/.sitestore/4f/4f5ba7f7716b8c0f63ef
9b74b0173826/../../../../artifacts/plugins/org.tigris.subversion.subclipse.cor
e_1.6.17.jar.
Read timed out
Unable to read repository at http://market.eclipsesource.com
/dist/.sitestore/4f/4f 5ba7f7716b8c0f63ef9b74b0173826/../../../../artifacts/
plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar.
Read timed out
I don't think it's my internet connection as I'm having no issues browsing the web and multiple tracert tests work fine. I have tried removing the sites from available software sites and tried setting Active Provider in network connects to both direct and native.
我不认为这是我的互联网连接,因为我在浏览网页时没有问题,并且多个 tracert 测试工作正常。我曾尝试从可用软件站点中删除站点,并尝试将网络连接中的 Active Provider 设置为直接连接和本机连接。
Please help. Thanks
请帮忙。谢谢
回答by LAMP Engineer
I also faced the same issues and resolved with following steps:
我也遇到了同样的问题,并通过以下步骤解决了:
- Check all .jar files that are causing errors "Unable to read repository at..."and "Read timed out"
- Manually download those .jar files
- Manually put .jar to eclipse's "\plugins" folder
- Again start installation
- Won't get error
- You done.
- 检查所有导致错误“无法在...读取存储库”和“读取超时”的 .jar 文件
- 手动下载那些 .jar 文件
- 手动将 .jar 放到 eclipse 的“\plugins”文件夹中
- 再次开始安装
- 不会出错
- 你完成了。
回答by Eurig Jones
I had the same issue with Windows 7 / 64bit / Eclipse Java EE Juno SR1.
我在 Windows 7 / 64 位 / Eclipse Java EE Juno SR1 上遇到了同样的问题。
I got around the issue by installing Subversive via the Eclipse Marketplace rather than with "Install new Software" using the Eclipse Juno update site.
我通过 Eclipse Marketplace 安装 Subversive 而不是使用 Eclipse Juno 更新站点“安装新软件”解决了这个问题。
I had exactly the same problem with EGit and the above solved it as well.
我在 EGit 上遇到了完全相同的问题,上面也解决了它。
回答by Heidarzadeh
It worked for me by downloading and installing subclipse locally, from here : http://subclipse.tigris.org/files/documents/906/49270/site-1.8.20.zip
它通过在本地下载和安装 subclipse 对我有用,从这里:http: //subclipse.tigris.org/files/documents/906/49270/site-1.8.20.zip
回答by Anshu Kumar
These are the steps to follow while Enable SVN in Eclipse Version: 2018-12 (4.10.0):
这些是在 Eclipse 版本中启用 SVN 时要遵循的步骤:2018-12 (4.10.0):
Visit this link: http://subclipse.tigris.org/to get the “Eclipse update site URL” for Subclipse plugin. As of now Feb 2019 its move to location - https://github.com/subclipse/subclipse/wiki
访问此链接:http: //subclipse.tigris.org/以获取 Subclipse 插件的“Eclipse 更新站点 URL”。截至 2019 年 2 月,它搬到了位置 - https://github.com/subclipse/subclipse/wiki
Here you can https://dl.bintray.com/subclipse/releases/subclipse/latest/
在这里你可以https://dl.bintray.com/subclipse/releases/subclipse/latest/
Basic Steps:
基本步骤:
- Help>Install New Software.
- Click on Add - Give name: Subversive
- https://dl.bintray.com/subclipse/releases/subclipse/latest/
- Install all the components, and accept the license.
- Restart the eclipse.
- 帮助>安装新软件。
- 单击添加 - 命名:颠覆性
- https://dl.bintray.com/subclipse/releases/subclipse/latest/
- 安装所有组件,并接受许可。
- 重新启动日食。
Thanks.
谢谢。