Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to install EGit plugin on Eclipe Helios

Tags:

git

eclipse

egit

I am unable to install Eclipse plugin for Git (EGit) in my Eclipse (Helios version 2).

Have tried to install EGit through url in eclipse install new Software : http://download.eclipse.org/egit/updates

I am getting below error :

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

I have tried but failed to install dependency mentioned above. So wondering if Git is supported on Helios. Am i missing something? Thanks.

like image 221
rai.skumar Avatar asked Jan 22 '13 06:01

rai.skumar


People also ask

What is EGit plugin?

Eclipse EGit™ is the Git integration for Eclipse. Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile. The EGit project is implementing Eclipse tooling for the JGit Java implementation of Git.


2 Answers

EGit 2.2 requires Eclipse 3.7 or greater, see "What versions of Eclipse does EGit target?" in the FAQ.

If you don't want to upgrade to Eclipse 3.7 or greater yet, you can still install EGit 2.1 from the following update site:

http://download.eclipse.org/egit/updates-2.1

like image 191
robinst Avatar answered Oct 10 '22 00:10

robinst


When I use Helios I hava the same problem,Because of the version can't mathch, You can try installing it through the 1.0 version:

http://download.eclipse.org/egit/updates-1.0

It works!

PS:Indigo can work with http://download.eclipse.org/egit/updates-1.3

Engory yourself...

like image 20
JunZhang Avatar answered Oct 10 '22 02:10

JunZhang