1

我在 CentOS 6.5 服务器上安装了最新的 Gitlist 版本(0.5.0)。我已按照安装文件中的所有步骤操作,但 gitlist 不起作用。我在许多博客中搜索了一个站点来解决它,但是 Gitlist 一直说Please, edit the config file and provide your repositories directory 我已经将我的 repos 放在了/home/my_home/git_repos/,我已经尝试更改权限,将 apache 用户添加到 gituser 组,甚至将我的 repos 移动到/var/www/html/

我错过了什么吗?

4

1 回答 1

1

我让我的工作通过使用

chown -R apache:apache /git_repos/

chmod -R 755 /git_repos

试试看。还要确保您的 config.ini 指向正确的位置。

于 2016-03-24T10:48:51.877 回答