Coding⏱️ 2 min read📅 2026-06-03

How to Fix: How make Eclipse/EGit recognize existing repository information after update?

Eclipse/EGit loses repository metadata after update; reconfigure EGit to recognize existing repositories.

Quick Answer: Re-run the 'EGit: Fetch Projects' action and then 'EGit: Update Remote' to re-recognize existing repositories.

After upgrading Eclipse from Helios to Indigo with EGit plugin 1.0.0, all your projects seem to have lost their metadata about their git repositories, respectively.

🛑 Root Causes of the Error

  • Incorrectly configured EGit repository settings.

🚀 How to Resolve This Issue

Method 1: Reconfigure EGit Repository Settings

  1. Step 1: Go to Eclipse >Preferences >EGit >Repository Settings.

Method 2: Reimport Projects with Git Repositories

  1. Step 1: Right-click on the project directory and select Team >Share Project in Repository.

💡 Conclusion

By following these steps, you should be able to resolve the issue and have your projects recognize existing repository information after updating Eclipse/EGit.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions