Project

General

Profile

Git repository not initialized after creation

Added by Milan Kocourek about 12 years ago

Hello,
I've successfully installed github clone using this howto: http://www.redmine.org/projects/redmine/wiki/GitHub_clone_based_on_Debian_Squeeze_Gitolite_Git_Git-Daemon_MySQL_Nginx_and_Mongrel_Cluster

Everything is working fine but one error. When I create new GIT repository (from Redmine), I can't push into that repository until Redmine (mongrel) is restarted (/etc/init.d/redmine restart). When trying to push, it tells that "info/refs not found, have you tried git update-server-info" message. Nothing works, just restarting mongrel service.

Does anyone encountered this problem or know how to handle it? Maybe with some post-init hook?

Thanks