running git instaweb in my repository opens a page that says "403 Forbidden - No projects found". What am I missing?
| |||
|
feedback
|
|
looks like the debian install of git sets | |||||
feedback
|
|
I don't know Git about Git, but you're probably missing the ability to execute on the directory in question, chmod +X it. | |||||
feedback
|
|
check the git-web cgi (the perl), see the directory of the projectroot is same as your currect setting. there are some settings that not in gitweb.conf | |||
|
feedback
|
|
Two years later .. I fixed this problem by stating the projectroot in gitweb.cgi (it's the only value that seems to matter) | |||
|
feedback
|
|
And another year later ... I fixed this problem (F12, git 1.7.2.3) by:
I didn't dig further to figure out why I needed to do this ... | |||
|
feedback
|