Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

2 Answers

up vote 4 down vote accepted

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

share|improve this answer
Seems more accurate than my answer. +1 – VonC Jan 22 at 10:25
thanks for the EGit target url link...i installed Indigo version and then was able to install EGit. Thanks. – rai.skumar Jan 22 at 10:44
I have a similar problem... But with Indigo!!! O_o – Fran Mar 7 at 20:41
@Fran: Please post a new question for that and be sure to include the full error message you are getting. – robinst Mar 8 at 14:20

Try installing it through the Helios update site:

http://download.eclipse.org/releases/helios/

It should reference all plugins including EGit.

That being said, robinst's answer (upvoted) points out to a dependency to Indigo (3.7), which could mean Helios (3.6) isn't supported.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.