iCoder4777
iCoder4777

Reputation: 1692

fatal: Not a git repository (or any of the parent directories): .git- Error in Xcode 4.3

I want to rename my project. For that, I have to just choose project name press(command +1) , and after that I can able to edit my project name. My project is in SVN, I have deleted the local git repositories. Now, whenever I want to rename my project, fatal: Not a git repository (or any of the parent directories): .git..this errors come. Any idea, why this is happening and how to fix this

Upvotes: 2

Views: 1321

Answers (1)

James Webster
James Webster

Reputation: 32066

I'd try this:

  • Go to Organizer Shift + Cmd + 2
  • Click repositories
  • Delete any Git repositories that reference your project by selecting the repo on the left and clicking Backspace
  • Restart XCode before renaming.

Upvotes: 4

Related Questions