1

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:

enter image description here

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?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
vico
  • 17,051
  • 45
  • 159
  • 315
  • Step 1: Check out the project locally Step 2: Import project from local directory – Elliott Frisch Sep 09 '18 at 14:36
  • See related question https://stackoverflow.com/questions/18356502/github-failed-to-connect-to-github-443-windows-failed-to-connect-to-github, and also can be useful https://github.com/Glavin001/atom-beautify/issues/117 – Mihai8 Sep 09 '18 at 15:01

0 Answers0