gitlab访问错误Whoops, GitLab is taking too much time to respond
生活随笔
收集整理的這篇文章主要介紹了
gitlab访问错误Whoops, GitLab is taking too much time to respond
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
一、異常現(xiàn)象:
gitlab訪問錯誤Whoops, GitLab is taking too much time to respond
二、問題定位
問題定位8080端口被占用:
三、解決方案
解決方案01:
- 將占用的8080端口的進程殺死
- 或者卸載占用8080端口的軟件
- 修改正在占用8080端口程序的端口運行
- 重新啟動gitlab
解決方案02:
- 將external_url添加一個未被使用的端口
- 修改為沒有使用的端口即可:
將下面這3行打開注釋
默認注釋:
- 重新啟動gitlab,即可
gitlab常用命令:
| 重啟配置,并啟動gitlab服務(wù) | sudo gitlab-ctl reconfigure |
| 啟動所有 gitlab | sudo gitlab-ctl start |
| 重新啟動GitLab | sudo gitlab-ctl restart |
| 停止所有 gitlab | sudo gitlab-ctl stop |
| 查看服務(wù)狀態(tài) | sudo gitlab-ctl status |
| 查看Gitlab日志 | sudo gitlab-ctl tail |
| 修改默認的配置文件 | sudo vim /etc/gitlab/gitlab.rb |
| 檢查gitlab | gitlab-rake gitlab:check SANITIZE=true --trace |
想學(xué)習(xí)更多微服務(wù)、分布式、中間件、數(shù)據(jù)庫、項目快速構(gòu)建等系列技術(shù)
請訪問Gblfy主頁:https://blog.csdn.net/weixin_40816738
讓我們一起進步!!!
總結(jié)
以上是生活随笔為你收集整理的gitlab访问错误Whoops, GitLab is taking too much time to respond的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 树形结构递归初始化(父节点,统计字段等)
- 下一篇: 二维数组的偏移量