This is a solution for eclipse
I had a similar problem, when I cloned repositories from a bit bucket from the command line, it would clone to a local repository. So the above solution did not work, because it would say that the files are already in the local repository.
Decision:
1. Window > Show View > other > Git repositories 2. Right Click on the git repository tab > import projects 3. navigate to the repository you want to put into eclipse 4. select the third option 'import as general project', if selecting this does not work then view other options and select the option that applies to you 5. finish
QQQ May 02 '16 at 12:12 a.m. 2016-05-02 00:12
source share