无法在eclipse galileo中安装egit插件

时间:2016-03-16 07:42:59

标签: java eclipse git egit galileo

我有一个git URI,我想将该项目导入Eclipse。

this post我了解到我们需要在Eclipse中安装egit软件。 但是当我尝试安装此软件时,我收到以下错误消息:

enter image description here

我只是想将egit迁移到其他地方的存储库,或者是否有任何兼容性问题?我完全不确定。

我正在使用Eclipse Galileo平台版本:3.5.2构建ID:M20100211-1343。 那里有人遇到过同样的问题吗?

更新 - 这是完整的错误消息

Cannot complete the install because one or more required items could not be found.
  Software being installed: Eclipse Git Team Provider 4.2.0.201601211800-r (org.eclipse.egit.feature.group 4.2.0.201601211800-r)
  Missing requirement: Eclipse Git Team Provider 4.2.0.201601211800-r (org.eclipse.egit.feature.group 4.2.0.201601211800-r) requires 'org.eclipse.core.runtime [3.7.0,4.0.0)' but it could not be found

1 个答案:

答案 0 :(得分:3)

错误的关键部分是

requires 'org.eclipse.core.runtime [3.7.0,4.0.0)'.

这就是说org.eclipse.core.runtime插件必须至少是版本3.7.0(并且低于4.0.0)。

Eclipse Galileo中org.eclipse.core.runtime的版本是3.5.0,因此无法在Galileo上安装此版本的EGit。要么转移到更新的Eclipse,要么尝试找到更旧的EGit(我不知道是否存在合适的版本)。