IDEA *.is registered as a Git root, but no Git repositories were found there.

Why can’t you stop buying 618?From the technical dimension to explore>>>

Error details:

The directory C: File – ideaworkspace – seckill master is registered as a git root, but no git repositories were found there

Click Configure in the pop-up window in the lower right corner. This automatically opens a window on the version control tab

You can also use file – > Settings

I select the problem entry in the list and click the red minus sign to delete it

Another solution:

There is a folder in the . Idea repository that should not be there. There are VCs related files, which may contain a path that is not on your computer

Make sure . Git has a folder in the project on your PC. If not, the project must be cloned correctly if the VCs tool needs to be enabled. Here’s a link to how to do this: git basics, search clone existing repositories

Then, you need to close Android studio, delete the . Idea folder, and open Android studio again. It will recreate the . Idea folder and the problem should be solved

Reference from: https://stackoverflow.com/questions/43732446/registered-as-a-git-root-but-no-git-repositories-were-found-there

Similar Posts: