使用 Raspberry PI 3 和 Ubuntu Server 安装 GitLab

使用 Raspberry PI 3 和 Ubuntu Server 安装 GitLab

我目前正在尝试在我的 Raspberry Pi 上安装 GitLab CE 版本。我在 Raspberry Pi 上安装了 Ubuntu 18.04,但无法使用以下命令安装 GitLab sudo apt install gitlab-ce

sudo apt install -y curl openssh-server ca-certificates 
sudo apt install -y postfix 
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo EXTERNAL_URL="https://gitlab.example.com" apt install gitlab-ce

我收到的错误是:Unable to locate package gitlab-ce

我遵循以下步骤:https://about.gitlab.com/install/#ubuntu?version=ce

我是 Ubuntu 的完全新手。

相关内容