公司自己搭建的gitlab,今天同事和我说出这个问题了。之前没碰到过,试了什么修改端口,也不行。后来怎么好的呢?

  1. 修改端口之后 使用 gitlab-ctl reconfigure 命令进行,发现不行
  2. 重新换回备份的/etc/gitlab/gitlab.rb 文件,使用上述命令重新编译。 重启可以了

个人估计,是端口冲突,可能只需要把相应的进程沙雕就可以了。

就在刚才又出现这个问题了。
有了一个重新的解决方案:
gitlab-ctl stop 服务停止,使用gitlab-ctl reconfigure 命令重新编译,启动gitlab服务。等待1分钟左右访问就可以了。
如果重启之后还不行,放大招。重启服务器,亲测可行。
楼主觉得有可能是gitlab自身的bug

gitlab 502 Whoops, GitLab is taking too much time to respond.相关推荐

  1. GitLab报错502——Whoops, GitLab is taking too much time to respond 502 错误

    一.错误页面 错误原因: 原来默认配置的8080端口号被其他应用占用冲突了,只需换成其他新的端口号就可以了 二.修复步骤 1.首先vim  /etc/gitlab/gitlab.rb打开配置文件 2. ...

  2. GitLab页面报错:502 Whoops, GitLab is taking too much time to respond. Try refreshing the page, or going

    报错图片: 解决方法: 1.服务器配置不够,官方要求至少4G运行以上. 2.可能是正在加载中,未反应过来耐心等待即可! 已解决:

  3. GitLab 502问题的解决

    问题: 502 Whoops, GitLab is taking too much time to respond. 日志: [root@cs12-66-gitlab ~]# my gitlab-ct ...

  4. gitlab访问错误Whoops, GitLab is taking too much time to respond

    一.异常现象: gitlab访问错误Whoops, GitLab is taking too much time to respond 二.问题定位 问题定位8080端口被占用: 三.解决方案 解决方 ...

  5. 解决报错gitlab访问错误Whoops, GitLab is taking too much time to respond

    gitlab访问错误Whoops, GitLab is taking too much time to respond 前提 系统: centos 7.4 gitlab版本13.1 (查看版本命令ca ...

  6. gitlab访问错误Whoops, GitLab is taking too much time to respond搞定

    gitlab访问错误Whoops, GitLab is taking too much time to respond 前提 系统: centos 7.4 gitlab版本13.1 (查看版本命令ca ...

  7. 解决GitLab 502

    1.查看Nginx日志 fztree@x2:/var/log$ less /var/log/nginx/gitlab_error.log 2015/09/06 03:27:31 [error] 282 ...

  8. GitLab - Ubuntu18搭建GitLab仓库服务器(转)

    GitLab - Ubuntu18搭建GitLab仓库服务器(转) 前期准备 sudo apt-get updatesudo apt-get install -y curl openssh-serve ...

  9. docker内网部署gitlab步骤及gitblit迁移gitlab踩坑gitlab备份nas

    docker内网部署gitlab步骤及gitblit迁移gitlab踩坑 1.部署情况 2.部署步骤 1.将gitlab docker镜像gitlab.tar拷贝到服务器中并加载 2.运行镜像 3.配 ...

最新文章

  1. 用中值排序基数法实现树状结构 (转)
  2. [iOS]关于零基础学习iOS开发的学习方法总结
  3. Java volatile关键字原理解剖
  4. 用vbs往服务器发送文件,[转] Windows 下命令行/VBS脚本,发送带附件邮件.
  5. docker基础+registry
  6. Facebook提高工作效率的秘密 ,值得收藏
  7. 【你可能不知道的】 PICkit3 脱机烧写 program to go 模式
  8. 三维微分方程组四阶龙格库塔求解
  9. 手机上不了网怎么连接到服务器未响应,手机上不了网怎么办 手机上不了网解决方法【设置步骤】...
  10. angular-busy用法
  11. python为图像设置标记_Python OpenCV 图像标记,取经之旅第 12 天
  12. 未了(endless)([CCF] NOI Online 能力测试2 入门组第一题)
  13. 前端-HTML基础入门
  14. umijs在Jenkins上npm run buid,FATAL ERROR: Ineffective mark-compacts near heap limit Allocation fail...
  15. 维克采购管理软件 v2.0 免费
  16. linux系统或者是在服务器上安装anoconda环境和虚拟环境配置
  17. (二)S7Comm协议分析
  18. ckeditor 4 上传和插入图片
  19. jQuery插件综合应用(四)头像设置
  20. VS如何引入数据库模型(Model)

热门文章

  1. nvm安装nodejs 运行use命令时报错exit status 1: ��û���㹻��Ȩ��ִ�д˲�����
  2. autojs教程:找图函数
  3. 百度地图API之本地搜索与范围搜索
  4. 视频直播只是指的实时互动直播吗?
  5. 51单片机的GPS公交车自动报站系统设计
  6. 港科夜闻|香港科大商学院5位教授跻身世界顶尖科学家之列
  7. 新生宝宝奶粉喂养正确方法
  8. 2019中国大学生程序设计竞赛-女生专场(重现赛)
  9. 关于苹果手机点击事件无效的解决办法
  10. 淘宝爬虫实战---requests库实现模拟登陆模块