无法在 eclipse indigo 上安装 egit

unable to install egit on eclipse indigo

我有 Eclipse Indigo(我知道它是一个旧版本,但出于某些原因,我需要在我的工作中使用它,因为其他插件和项目都符合它的要求)。 我正在尝试安装 Egit 插件,(v 3.7 以便它与 Indigo 匹配)这样我也可以开始处理 git 上的项目。 但是,每次我尝试这样做时都会抛出如下错误:-

Cannot complete the install because one or more required items could not be found.
  Software being installed: Java implementation of Git - optional Http support using Apache httpclient 3.7.1.201504261725-r (org.eclipse.jgit.http.apache.feature.group 3.7.1.201504261725-r)
  Missing requirement: Apache HttpComponents HttpClient OSGi bundle 4.1.3.v201209201135 (org.apache.httpcomponents.httpclient 4.1.3.v201209201135) requires 'package org.apache.commons.codec.binary 1.4.0' but it could not be found
  Cannot satisfy dependency:
    From: Java implementation of Git - optional Http support using Apache httpclient 3.7.1.201504261725-r (org.eclipse.jgit.http.apache.feature.group 3.7.1.201504261725-r)
    To: org.apache.httpcomponents.httpclient [4.1.3.v201209201135]

谁能建议我需要做什么?

您遇到的问题是,您下载的软件包缺少一个组件,没有它就无法运行,

我建议 redowload/install 文件或寻找原始文件的其他来源进行下载。

-希望对您有所帮助