Resharper cannot rename files when Git version control is applied
I have a Git version controlled solution in VS 2013 with several projects. Some of the projects are outside of the solution folder and thus are not controlled by Git. I noticed that for those projects that are outside of the solution folder Resharper 8 class name refactoring fails with the 'file is read-only' error. It also fails to apply "Rename file to match the class name" command. All works fine for the projects that are IN the solution folder and are controlled by Git. Is this a known issue of VS or Resharper? Or is it considered a normal flow, and the files must be renamed manually?