gitlab 503 错误的解决方案

首先使用 `sudo gitlab-ctl status` 命令查看哪些服务没用启动

bash 复制代码
sudo gitlab-ctl status

再用 `gitlab-rake gitlab:check` 命令检查 gitlab。根据发生的错误一步一步纠正。

bash 复制代码
gitlab-rake gitlab:check

查看日志

bash 复制代码
 tail /var/log/gitlab/gitaly/current

删除gitaly.pid

bash 复制代码
rm /var/opt/gitlab/gitaly/gitaly.pid

启动gitlab

gitlab-ctl start

启动成功,问题解决

引自 链接:Gitaly: FAIL: 14:Connect Failed - How to Use GitLab - GitLab Forum

相关推荐
考虑考虑9 小时前
git中的tag
git·gitlab·github
Skilce2 天前
基于GitLab CI/CD + Kubernetes的自动化部署平台搭建
ci/cd·kubernetes·gitlab
行者-全栈开发2 天前
Jenkins 与 GitLab 深度集成实战:从 Webhook 到 Merge Request 全流程自动化
gitlab·jenkins·webhook·merge request·multibranch·source plugin·ci/cd 自动化
zoipuus4 天前
上传repo仓库到自己的gitlab
linux·gitlab·shell·全志·tina
刘马想放假5 天前
Git 从入门到进阶:一篇吃透版本管理的实战指南
git·gitlab
NexTunnel8 天前
公司老项目还在 SVN,远程维护怎么做更稳?
git·svn·gitlab·远程工作·nextunnel
想你依然心痛10 天前
持续集成在嵌入式开发中的实践:GitLab CI与交叉编译——自动化构建、固件生成
ci/cd·自动化·gitlab
Sean‘11 天前
GitLab 升级后 502:Puma 反复重启问题处理记录
docker·gateway·gitlab
NexTunnel11 天前
告别传统组网,也能安全访问公司 GitLab / SVN
安全·svn·gitlab
霸道流氓气质1 个月前
GitLab CI/CD 完全指南
linux·ci/cd·gitlab