I'm having trouble importing a spring project from github, and I successfully import the project when it's in eclipse oxygen in the java (Desktop) perspective.
Import Used Procedure:
- I go in the folder of my sts that are my projects
-
Use the init command
-
I use the remote add origin server command (Synchronize my git with github)
-
I use the clone command (to download my github project)
-
Import-> General-> Existing Projects in worckspace-> Select root directory
-
I go to the folder where I cloned the project
ERROR
No projects are found to import