How do I have to configure gitweb and gitolite so they'll work together?
问题 I am trying to make gitweb work with gitolite... but unsuccessful so far. I am working on a RedHat Linux machine. A user called git exists. gitolite is installed under: /home/git Repository location: /home/git/repositories Please note that, gitweb was working fine with plain vanilla git. Now i am trying to make it work with gitolite. Here are what my files look like: /etc/gitweb.conf $projectroot = "/home/git/repositories"; @git_base_url_list = qw(ssh://[MyHostName]/home/git/projects.list);