Added by jarod reid over 16 years ago
I am getting fatal: Not a git repository: '/var/git/umvc/.git/' when this is actually a git repository, is there something I a missing?
Maybe redmine not have permission to read repository?
Is this a bare git repo ?
If so, try creating a blank file.
cd /var/git/umvc touch test.txt
and see if that works.
Calvin