Eclipse 安装EGit失败

今天用Eclipse安装EGit失败:

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 4.3.1.201605051710-r (org.eclipse.jgit.http.apache.feature.group 4.3.1.201605051710-r)

Missing requirement: Apache HttpComponents HttpClient 4.3.6.v201411290715B (org.apache.httpcomponents.httpclient 4.3.6.v201411290715B) requires ‘package org.apache.commons.codec.binary 1.6.0‘ but it could not be found

Cannot satisfy dependency:

From: Java implementation of Git - optional Http support using Apache httpclient 4.3.1.201605051710-r (org.eclipse.jgit.http.apache.feature.group 4.3.1.201605051710-r)

To: org.apache.httpcomponents.httpclient [4.3.6.v201411290715B]

提示说我的Eclipse缺少:org.apache.httpcomponents.httpclient 4.3.6.v201411290715B

下载apache:http://commons.apache.org/proper/commons-codec/download_codec.cgi

选择Binaries下面的文件下载。

把"commons-codec-1.1..jar"拷贝到“Eclipse\plugins”文件夹中,并且把名称改为你需要的名称,比如我安装的时候Eclipse提示我缺少“org.apache.httpcomponents.httpclient 4.3.6.v201411290715B”,于是我把“commons-codec-1.1..jar”改为“org.apache.httpcomponents.httpclient 4.3.6.v201411290715B.jar”。

最后重启Eclipse。

如果我写的有什么不懂的,可以参考:http://stackoverflow.com/questions/23062903/eclipse-cannot-complete-the-install-because-one-or-more-required-items-could-n

另一个问题:

Your original request has been modified.

"Eclipse Git Team Provider" is already installed, so an update will be performed instead.

"Java implementation of Git" is already installed, so an update will be performed instead.

Cannot complete the install because one or more required items could not be found.

Software being installed: Git Team Provider - experimental auto-import (Incubation) 4.3.1.201605051710-r (org.eclipse.egit.ui.importer 4.3.1.201605051710-r)

Missing requirement: Import framework 0.2.0.v20151123-1229 (org.eclipse.e4.ui.importer 0.2.0.v20151123-1229) requires ‘bundle org.eclipse.core.jobs 3.7.0‘ but it could not be found

Cannot satisfy dependency:

From: Git Team Provider - experimental auto-import (Incubation) 4.3.1.201605051710-r (org.eclipse.egit.ui.importer 4.3.1.201605051710-r)

To: bundle org.eclipse.e4.ui.importer 0.1.0

这个问题产生的原因是Eclipse和EGit的版本不兼容。

Eclipse3.7或者4.2以上的选择EGit 2.3,这个我也是在国外刨的

参考网址:http://stackoverflow.com/questions/15439104/can-install-egit-missing-requirement-git-team-provider-core

如果小弟写得不对,还请各位大哥斧正,谢谢。

时间: 2024-10-11 03:04:39

Eclipse 安装EGit失败的相关文章

eclipse安装egit上传和clone项目到github

一.eclipse安装egit插件 help->new install new software->add   location输入http://download.eclipse.org/egit/updates 直接next  安装完成后重启eclipse.到此插件安装完成. 二.将本地项目上传到github. 这里假设你已经有github账号了,就不在多说. 直接指向要上传的项目,右键Team ->share project 接着Team->add to index 再接着Te

eclipse 安装egit插件

一.Eclipse上安装GIT插件EGit Eclipse的版本eclipse-java-helios-SR2-win32.zip(在Eclipse3.3版本找不到对应的 EGit插件,无法安装) EGit插件地址:http://download.eclipse.org/egit/updates OK,随后连续下一步默认安装就可以,安装后进行重启Eclipse 二.在Eclipse中配置EGit 准备工作:需要在https://github.com 上注册账号 Preferences > Tea

Eclipse安装EGit插件需要注意

插件怎么安装就不多说了.(还是提示一下吧:Eclipse-->Help-->Install New Software...) 使用link address安装需要注意一点:Eclipse版本需要和EGit版本的发布时间相一致. 如果缺少对应的依赖,将EGit的版本降低就可以了,直到可以安装. eg,我的Eclipse INDIGO v3.7.2只能安装EGit v1.3,EGit v1.3以上的缺少对应的依赖. 这个是EGit的所有版本的link: http://wiki.eclipse.or

eclipse 安装egit 成功后Team中没有显示

主要是版本不太对. 在http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F 中找到对应的版本,设置就OK了! http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F

Eclipse 安装 ADT 失败的两种解决办法 [Android Development Tooling]

原因 最近想在新装的 Win7 里搭建一下 Android 的开发环境,虽然现在有 Android Studio 了,不过还是习惯 Eclipse 一点.众所周知的原因,Eclipse 直接安装 ADT(Android Develepment Tooling) 插件是不行的,这里给出两种解决办法,我们的前提是要先安装 Google 的 翻[email protected]!墙工具 GoAgent . 一.使用 Proxy 由于直接访问是不行的,所以你可以使用 VPN 或者 GoAgent 做为

eclipse插件egit安装使用

网络上的介绍一堆堆的,但是自己尝试了下,发现问题很多,就动手做个教程. 大纲 1.git客户端安装 2.ssh配置 3.egit安装配置 4.参考资料 Ps:为了增加乐趣,文章并没有按照大纲来描述,如果您急着搭建egit,请尽量按大纲顺序来配置,可以少走弯路 1.egit的安装 当然也可以选择在Eclipse Marketplace中搜索 有经验的朋友肯定会想到是不是可以通过Link的方式来实现插件安装,好像这个真没有 还有一个要说明的是如果使用:http://download.eclipse.

eclipse安装git插件并使用

一.eclipse安装egit 安装地址:http://download.eclipse.org/egit/updates 配置 把eclipse的项目share到git网站上 1.右键项目->Team->share project->git->    2.此时项目会出现很多问号,右键项目->commit 3.提交之后,右键项目push到远程地址(远程地址先创建一个repository) 4.查看git网站果然有代码了

eclipse安装github插件egit

http://jingyan.baidu.com/article/4853e1e529483c1909f726c3.html help->InstallNew Software,这是安装插件推荐的方法,因为这么安装eclipse会为你检查插件的兼容性,同时为你查找插件的其它依赖插件,最大限度的使插件可用.千万不要自己复制插件进eclipse的目录,这样会使插件变的极其难以维护. 找到egit的更新地址,点击下图中的add按钮,添加插件更新地址,如下图所示, 勾选自己需要的egit组件,点击nex

Eclipse安装git插件

用Eclipse开发,如果需要团队协作,git就是个比较好的选择.下面简单介绍一下git插件的安装方法: 1.Help -- install new software 打开插件安装界面 2.点add按钮,输入git的下载地址:http://download.eclipse.org/egit/updates 3.点ok,下载链接就创建完成了,选择刚刚创建的下载链接,就出现下图的git插件选择页面,选择前2个就可以了,点Finish就开始安装. 4.安装完成后,重启eclipse就可以使用git了