I have Eclipse Java project on windows machine. I have pushed this project to newly created project in Bitbucket
repository.
Now I would like to get this project in another machine by using Eclipse with eGit
plugin. I do
Import->Source git repository->BranchSelection->Local destination->Select wizard to use for importing objects->Import using New Project wizard->Select wizard (java project)-> Create Java project
Got error:
If I do Import as general project
instead of Import using New Project wizard
I'm getting Generic project with files from Git. But it is not Java project.
I suppose there is less complicated way of creating Eclipse Java Git project. What is the right way of doing that?