I have Ubuntu 10.04 server with redmine installed and also git is installed, I am using gitolite.
When I push to the server from users PC, all is ok, concerning git point of view. However to see the repository from redmine, every time I need to run: chmod o+rw -R /path/to/the/repository/folder and then I can see the repository from redmine. But this in annoying to do it every time I push to the server.
I thought to make a cron-job to do it automatically, however I don’t think is a clean solution.
From the
git-configdocumentation: