Whoops, GitLab is taking too much time to respond.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Whoops, GitLab is taking too much time to respond.相关的知识,希望对你有一定的参考价值。

技术分享图片

在安装gitlab完成后,修改了IP地址后,在启动过程中无异常报错,但在IE打开地址出现上面的报错。

检查原因:
1:检查内存:
技术分享图片
内存还有空间。
2:检查端口
因为gitlab的webcache系统默认8080端口。我的8080端口已经被别的占用了
解决办法:
找到gitlab.rb这个配置文件
566:# gitlab_workhorse[‘auth_backend‘] = "http://localhost:8080"
633:# unicorn[‘port‘] = 8080
把前面的注释打开,然后修改成别空的端口,
#使配置生效
gitlab-ctl reconfigure
#重新启动GitLab
gitlab-ctl restart
即可生效

以上是关于Whoops, GitLab is taking too much time to respond.的主要内容,如果未能解决你的问题,请参考以下文章

gitlab访问报错: Whoops, GitLab is taking too much time to respond

gitlab访问报错: Whoops, GitLab is taking too much time to respond

gitlab访问报错: Whoops, GitLab is taking too much time to respond

PHP 致命错误:未捕获的错误:使用 Laravel 5.8 和 PHP 7.4 调用未定义函数 Whoops\Exception\xdebug_is_enabled()

gitlab 将公有项目改为私有项目失败

gitlab 将公有项目改为私有项目失败