【发布时间】:2017-11-28 18:30:14
【问题描述】:
我正在尝试在运行 Ubuntu 服务器 17.04 的系统上安装 gitlab-ce 软件包。我按照官方安装说明here.
首先我跑了:
sudo apt-get install curl openssh-server ca-certificates postfix
我已经安装了所有这些。然后我跑了:
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
这也很好用。但是当我尝试运行时
sudo apt-get install gitlab-ce
我收到以下错误消息:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gitlab-ce
我知道可以在 Ubuntu 服务器 17.04 上安装 gitlab,因为我已经在之前的安装中完成了它。不幸的是,我从头开始重新安装了操作系统,我不记得我是如何安装 gitlab 的。
提前感谢您的帮助!
【问题讨论】:
标签: linux ubuntu gitlab ubuntu-server ubuntu-17.04