Eclipse Import> Git Option not available

I am trying to import a git project, but the git option is not available in the Import section. I have Eclipse 3.7.2 and EGit is already installed. I already did git import before this version of Eclipse, but I did not have this problem before. I am on another computer, reinstalling everything and trying to start my old project

+5
source share
2 answers

Once you clone the git repository in the git perspective, right-click on the "working directory" node in the git repository view and perform the "Import projects ..." action. This will create a wizard that allows you to search for subfolders for .project files and import any existing Eclipse projects.

0
source

I had this problem with Juno (3.8) - I don’t know how I installed eGit, but I think I did it wrong.

I tried to completely remove Eclipse from my Ubuntu 14.04 and reinstall it, but eGit was still there ...

Finally, delete the hidden .eclipse directory from my home folder to fix this problem. Then I installed eGit again, selecting "All Available Sites" and find it in the list.

Hope this helps anyone :)

0
source

All Articles