Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse error when installing Egit

I am having some trouble trying to install the egit plugin. (installation instructions here)

When I try to install it I get this error:

Cannot complete the install because one or more required items could not be found.
  Software being installed: EGit Mylyn 1.1.0.201109151100-r (org.eclipse.egit.mylyn.feature.group 1.1.0.201109151100-r)
  Missing requirement: EGit Mylyn 1.1.0.201109151100-r (org.eclipse.egit.mylyn.feature.group 1.1.0.201109151100-r) requires 'org.eclipse.mylyn.team_feature.feature.group 3.5.0' but it could not be found.

It says it is missing "Egit Mylin 1.1.0" requirement. If I only select that from the previous menu I get the following error, which doesn't make much sense in my opinion... :

Cannot complete the install because one or more required items could not be found.
  Software being installed: EGit Mylyn 1.1.0.201109151100-r (org.eclipse.egit.mylyn.feature.group 1.1.0.201109151100-r)
  Missing requirement: EGit Mylyn 1.1.0.201109151100-r (org.eclipse.egit.mylyn.feature.group 1.1.0.201109151100-r) requires 'org.eclipse.mylyn.team_feature.feature.group 3.5.0' but it could not be found

I have already googled it, but haven't found any helpful answer so far...

I am using Eclipse Indigo v3.7.0 on Ubuntu 11.10.

Thanks for your time.

like image 498
nunos Avatar asked Nov 08 '11 12:11

nunos


People also ask

What is Eclipse EGit?

Eclipse EGit™ EGit is an Eclipse Team provider for the Git version control system. 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.

Can you use Git with Eclipse?

Use Ctrl+3 (or Cmd+3) and type Git Repositories in the dialog to open the Git repositories view. This view shows you the Git repositories you can work with in Eclipse and allows you to add existing repositories to Eclipse, create or clone repositories. It also allows you to perform Git operations.


1 Answers

The EGit Mylyn feature requires Mylyn 3.5 or higher. If you uncheck the EGit Mylyn feature, you should be able to complete the installation of the core EGit plugins.

The EGit Mylyn feature is optional and the core EGit feature (Eclipse EGit) will allow you to push, pull, clone, commit, etc.

You can completely ignore the EGit Mylyn feature if you don't intend to use the Git-Mylyn integration.

like image 163
Kevin Sawicki Avatar answered Oct 05 '22 09:10

Kevin Sawicki