I am installing a git gitosis< server . >.
git clone fine.
but when i installed gitwebthrough gitweb.confas below:
$projectroot = "/srv/gitosis/repositories";
$git_temp = "/tmp";
$home_text = "indextext.html";
$projects_list = "/srv/gitosis/gitosis/projects.list";
$stylesheet = "/gitweb/gitweb.css";
$logo = "/gitweb/git-logo.png";
$favicon = "/gitweb/git-favicon.png";
Btw, the comet was removed due to the special character # using a bold prefix.
" 403 Forbidden - No projects found" is reported when I access gitweb via " http: //localhost/cgi-bin/gitweb.cgi "
I checked the project.list file that it is empty, is there a reason for the denied access to gitweb? what will be the right content? can i add it manually?
source
share