Eclipse (Oxygen) Stops Responding When Accessing EGit?

1.6k views Asked by At

I can't seem to access eGit or use any related features in Eclipse Oxygen.

I have tried everything, and even wiped the meta, pool, and eclipse information to a complete re-install but still end up with the same issue.

For your information, I have 2 versions of Eclipse installed, Java and Java EE (if that might be a problem). I also have GitHub for Windows installed.

Some symptoms (i.e. when Eclipse stops responding):

  1. Opening eGit perspective (it is possible if I don't have any projects in explorer, and open it from start after deleting metadata folder). Then it works until I open git projects.
  2. Importing git & eclipse projects. Auto share git projects does not complete (or takes a long time - I stop it after 5-10 minutes).
  3. Importing git project as Git Project (from import screen).
  4. Importing git project from eGit perspective.

Edit: Additional symptoms:

  1. Clone external git repository.
  2. Load got project without git autoshare, and share project...then no response.
  3. Accessing Team->Git->Configuration in Preferences.
  4. Attempt to share new project.

Edit: I have now discovered (after installing previous Eclipse Neon version) that EGit still fails to work. Which may mean there is something deeper wrong with my setup/system. I hope I don't have to reinstall Windows on my system with a clean wipe. :(

I have tried just about everything. Any suggestions are greatly appreciated.

1

There are 1 answers

1
gagarwa On BEST ANSWER

EDIT: As suggested, here is another fix to a similar (or same?) issue: Eclipse not respond when try to configure GIT

As I was working on my project, an exclamation point popped up. Attempting to resolve this issue, I came across this solution from here:

  1. Right click on your project -> Close Project. it will Close your project and all opened file(s) of the project
  2. Right click on your project -> Open Project. it will Open your project and rebuild your project, Hopefully it will fix red exclamation mark

This not only fixed my project, but finally granted me access to eGit features in Eclipse.