Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm on Mac : No administrative area found under /Users/[Name]

After a while, using WebStorm, when I try to rename a folder or a file I get this error in the Rename pop up window.

java.io.IOException : com.intellij.openapi.vcs.VcsException: No administrative area found under /Users/[Name]/..../[ProjectName]

To fix the issue I have to use Invalidate Caches and restart... option but it is not very convenient.

Can anyone explain what is going on?

like image 213
Kevin Amiranoff Avatar asked Sep 08 '17 14:09

Kevin Amiranoff


1 Answers

Just delete all of your .idea. folders and reopen IntelliJ.

like image 192
Paul Razvan Berg Avatar answered Oct 07 '22 14:10

Paul Razvan Berg