I have a number of git repositories (with commits) and each displays nothing when running git log
. If I run the command outside a project directory (without a git repository) I get:
fatal: Not a git repository (or any of the parent directories): .git
I tried re-installing Git (I'm now running 1.7.5.4) and re-cloning my repositories to no avail. Any ideas?