Eclipse EGIT not showing project I just cloned in package explorer?

19,446

Right-click on the Working Directory in the Git Repositories view and Import the projects into the Eclipse workspace. They will not be copied. Clones can contain more than one project--wouldn't want to automatically import all of them (plus some of them might be one-off test projects buried in the tree somewhere).

Share:
19,446
tmn
Author by

tmn

Updated on June 09, 2022

Comments

  • tmn
    tmn almost 2 years

    I just cloned a repository in Eclipse. However, it is not showing up in the package explorer. How do I get it there? I see the branches and everything in repository view... but I cannot edit the contents.

  • Quatsch
    Quatsch over 8 years
    It does not happen, even if I check "Import all existing Eclipse projects after clone finishes" while cloning. Any ideas how to solve that?
  • Sancao
    Sancao over 8 years
    That requires there be .project files that were committed into the repository beforehand.
  • Matthias
    Matthias about 3 years
    I think this answer is not related to the initial question since the author asked how to show them in the package explorer in general. However this is the answer to my problem (project available in package explorer with .git file included but not showing the repo information)