I use eclipse 3.8.2 and I've installed EGit
plugin ver 3.6.2.
I'm trying to clone the projects from the remote repository into the current eclipse workspace by using EGit
and I see a message notice me that
"C:\Eclipse\Workspace\project is not an empty directory" (because it's contain .meta-data folder).
So how can I clone the remote repository into the workspaces of eclipse while it's running ? (because I don't want to use the Git Bash to clone it before I start eclipse)
Thank in advance.