我在CentOS 6.5服务器上安装了最新的Gitlist版本(0.5.0)。我已经按照安装文件中的所有步骤进行操作,但gitlist不起作用。
我在很多博客中搜索了一个网站来解决它,但Gitlist一直在说Please, edit the config file and provide your repositories directory
我已将我的回购放置在/home/my_home/git_repos/
下,我已尝试更改权限,将apache用户添加到gituser组,甚至将我的回购移至/var/www/html/
我错过了什么吗?
答案 0 :(得分:1)
我使用
让我的工作 chown -R apache:apache /git_repos/
和
chmod -R 755 /git_repos
试一试。还要确保你的config.ini指向正确的位置。