【发布时间】:2016-03-25 14:55:07
【问题描述】:
我有 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]
谁能建议我需要做什么?
【问题讨论】:
标签: eclipse git eclipse-plugin egit