Project

General

Profile

problems with git

Added by jarod reid over 15 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?


Replies (2)

RE: problems with git - Added by Azamat Hackimov over 15 years ago

Maybe redmine not have permission to read repository?

RE: problems with git - Added by Calvin Cheng over 15 years ago

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

    (1-2/2)