I have an existing project that has been managed under git. I recently had to do a ground-up rebuild of the computer (OS X Snow Leopard), and returning to the project, git c
Do you have write access to .git (=can you create new files there and edit existing ones)? If not then adjust the file permissions.
If you have write permissions it seems you found a bug. You can try to recover by
When the last step works you need setup the remote branches from your current repo to the clone, and then you can use the cloned repo as your new working copy.