asdrtu 发表于 2018-1-11 09:50:45

安装GitLab出现ruby

  在卸载gitlab然后再次安装执行sudo gitlab-ctl reconfigure的时候往往会出现:ruby_block action run,会一直卡无法往下进行!
  解决方案:
  1、按住CTRL+C强制结束;
  2、运行:sudo systemctl restart gitlab-runsvdir;
  3、再次执行:sudo gitlab-ctl reconfigure
  解决方案来源:https://gitlab.com/gitlab-org/omnibus-gitlab/issues/160
https://images2015.cnblogs.com/blog/922933/201705/922933-20170518125135588-462474660.png
  Main solution: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/common_installation_problems/README.md#reconfigure-freezes-at-ruby_blocksupervise_redis_sleep-action-run
页: [1]
查看完整版本: 安装GitLab出现ruby