ubuntu14.04安装gitlab报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu14.04安装gitlab报错相关的知识,希望对你有一定的参考价值。

报错如下:

    Compiled Resource:
    ------------------
    # Declared in /opt/gitlab/embedded/cookbooks/cache/cookbooks/runit/recipes/sysvinit.rb:28:in `from_file‘

    execute("init q") do
      action [:nothing]
      retries 0
      retry_delay 2
      default_guard_interpreter :execute
      command "init q"
      backup 5
      returns 0
      declared_type :execute
      cookbook_name "runit"
      recipe_name "sysvinit"
    end

    Platform:
    ---------
    x86_64-linux


Running handlers:
Running handlers complete
Chef Client failed. 3 resources updated in 03 seconds
[email protected]:~#


原因:没有安装gcc编译器

解决:

apt install -y build-essential


本文出自 “甘木” 博客,请务必保留此出处http://ganmu.blog.51cto.com/9305511/1954285

以上是关于ubuntu14.04安装gitlab报错的主要内容,如果未能解决你的问题,请参考以下文章

如何在ubuntu server 14.04下安装gitlab中文版

Ubuntu 14.04下安装GitLab指南

Ubuntu 14.04下安装GitLab

GitLab 在 Ubuntu 14.04 上安装在哪里?

ubuntu14.04_install_gitlab_platform

如何在ubuntu server 14.04下安装gitlab中文版