文章

Gitlab配置时卡住

gitlab卡在ruby_block[wait for redis service socket] action run

解决方案:

方案一:在另外开启一个终端启动如下命令
1
sudo /opt/gitlab/embedded/bin/runsvdir-start
方案二:在当前的终端窗口中后台执行上述命令
1
nohup /opt/gitlab/embedded/bin/runsvdir-start &

方案一和方案二之后再执行:

1
sudo gitlab-ctl reconfigure
本文由作者按照 CC BY 4.0 进行授权