Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I'm trying to install eclipse egit but there's this error saying

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

My eclipse version is Helios. and also there's this list that I dont get.

Eclipse EGit

Eclipse EGit - Source

Eclipse JGit

Eclipse JGit - Source

Eclipse JGit Command Line Interface

Eclipse JGit Command Line Interface - Source

Eclipse Mylyn

Eclipse Plug-in Import Support

How do I solve this? Thank you.

like image 528
Jusain Timbi Avatar asked Dec 28 '12 15:12

Jusain Timbi


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.


1 Answers

If you cannot upgrade to newer eclipse, because of corporate environment for instance, you can install older EGit version, the upgrade is not revolutionary.
Looks like you are installing from eclipse marketplace.

Try installing through "Help->Install New Software.."
use "http://download.eclipse.org/egit/updates-2.1" in update site. it will give you older version of egit that is compatible with Helios.

Make sure to uncheck "Egit plug-in Import Support" - it is not compatible with Helios

About the other items in list you could easily google about Jgit and Egit relationship and about mylyn and its features

Hope this helps

like image 73
Barak1731475 Avatar answered Oct 11 '22 12:10

Barak1731475