Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gitlab独立安装失败_Gitlab_Ubuntu Server - Fatal编程技术网

Gitlab独立安装失败

Gitlab独立安装失败,gitlab,ubuntu-server,Gitlab,Ubuntu Server,我正在使用 Ubuntu 18.04服务器 正在尝试使用blog和one安装Gitlab standalone 我得到以下错误:- 我尝试了外部url的各种选项 IP地址 域名 让我知道出了什么问题。我也遇到了同样的问题,并在这里找到了解决方法: 执行以下步骤解决了问题: sudo systemctl disable gitlab-runsvdir sudo systemctl enable gitlab-runsvdir sudo gitlab-ctl restart 我也遇到了同

我正在使用

  • Ubuntu 18.04服务器
正在尝试使用blog和one安装Gitlab standalone

我得到以下错误:-

我尝试了外部url的各种选项

  • IP地址
  • 域名

让我知道出了什么问题。

我也遇到了同样的问题,并在这里找到了解决方法:

执行以下步骤解决了问题:

sudo systemctl disable gitlab-runsvdir
sudo systemctl enable gitlab-runsvdir
sudo gitlab-ctl restart

我也遇到了同样的问题,这个解决方法帮助了我:Do:
sudo-systemctl禁用gitlab-runsvdir
sudo-systemctl启用gitlab-runsvdir
sudo-gitlab-ctl-restart
$grep "external" /etc/gitlab/gitlab.rb | head -n 3
##! For more details on configuring external_url see:
##! https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-the-external-url-for-gitlab
external_url 'http://192.168.4.215'
sudo systemctl disable gitlab-runsvdir
sudo systemctl enable gitlab-runsvdir
sudo gitlab-ctl restart