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

相关推荐
亮11118 小时前
GITLAB跑gradle项目 不借助maven-publish直接上传到nexus私人仓库
java·gitlab·gradle·maven
极小狐1 天前
极狐GitLab 通用软件包存储库功能介绍
java·数据库·c#·gitlab·maven
小马爱打代码1 天前
K8S - GitLab CI 自动化构建镜像入门
ci/cd·kubernetes·gitlab
杰克逊的日记1 天前
gitlab相关面试题及答案
gitlab
极小狐1 天前
极狐GitLab 容器镜像仓库功能介绍
java·前端·数据库·npm·gitlab
极小狐1 天前
如何构建容器镜像并将其推送到极狐GitLab容器镜像库?
开发语言·数据库·机器学习·gitlab·ruby
木二_1 天前
实践005-Gitlab CICD全项目整合
ci/cd·gitlab
大米☋2 天前
GitLab搭建与使用(SSH和Docker)两种方式
docker·ssh·gitlab
极小狐3 天前
如何从极狐GitLab 容器镜像库中删除容器镜像?
java·linux·开发语言·数据库·python·elasticsearch·gitlab
木二_3 天前
实践003-Gitlab CICD编译构建
ci/cd·gitlab·devops