Github 在juno上安装egit时发生Eclipse错误

Github 在juno上安装egit时发生Eclipse错误,github,eclipse-plugin,egit,Github,Eclipse Plugin,Egit,我在Juno版本的Eclipse上登录时收到一个错误 我没有在Eclipse中安装任何东西。我只是照egit安装所说的做了 Cannot complete the install because of a conflicting dependency. Software being installed: EGit Mylyn 2.2.0.201212191850-r (org.eclipse.egit.mylyn.feature.group 2.2.0.201212191850-r) S

我在Juno版本的Eclipse上登录时收到一个错误

我没有在Eclipse中安装任何东西。我只是照egit安装所说的做了

Cannot complete the install because of a conflicting dependency.
  Software being installed: EGit Mylyn 2.2.0.201212191850-r (org.eclipse.egit.mylyn.feature.group 2.2.0.201212191850-r)
  Software being installed: EGit Project Set Support 2.1.0.201209190230-r (org.eclipse.egit.psf.feature.group 2.1.0.201209190230-r)
  Only one of the following can be installed at once: 
    Git Team Provider Core 2.2.0.201212191850-r (org.eclipse.egit.core 2.2.0.201212191850-r)
    Git Team Provider Core 2.1.0.201209190230-r (org.eclipse.egit.core 2.1.0.201209190230-r)
  Cannot satisfy dependency:
    From: EGit Mylyn 2.2.0.201212191850-r (org.eclipse.egit.mylyn.feature.group 2.2.0.201212191850-r)
    To: org.eclipse.egit.mylyn.ui [2.2.0.201212191850-r]
  Cannot satisfy dependency:
    From: EGit Mylyn UI 2.2.0.201212191850-r (org.eclipse.egit.mylyn.ui 2.2.0.201212191850-r)
    To: package org.eclipse.egit.core [2.2.0,2.3.0)
  Cannot satisfy dependency:
    From: EGit Project Set Support 2.1.0.201209190230-r (org.eclipse.egit.psf.feature.group 2.1.0.201209190230-r)
    To: org.eclipse.egit.core [2.1.0,2.2.0)

您尝试安装的Egit Mylin版本取决于Egit的2.1.0版本,但您已经安装了Egit 2.2.0

如果您只需要安装几个插件,我建议您从新下载eclipse开始(因为Juno SR2上周刚刚发布)


尝试始终使用Juno存储库(而不是子项目repo)来避免出现此类问题。Juno SR 2延迟了一周,因为EGit不得不撤回一个版本,如果您在Juno SR 2发布之前从EGit repo安装了该版本,您将收到与上述版本相同的错误。

我遇到了同样的问题,并且发现如果您不安装“EGit项目集支持”,它将正常工作。因为这是唯一一个仍然使用2.1.0的。其余的已经在2.2.0上了。因此,我猜“EGit项目集支持”将在以后更新到2.2.0。

对于较新的Eclipse版本,“EGit项目集支持”不再需要作为单独的功能,它是由核心EGit功能提供的。没有安装EGit项目集支持,我安装了。谢谢