关于在Ubuntu 18.04.06中 安装 gitlab 中报错404notfound 的解决方案

问题

在执行 sudo apt-get install gitlab-ce  时报错404的问题

原因

我使用的是清华源,在网上寻找的方法安装的版本时间较早,清华源进行了镜像更新,需要重新设置gitlab-ce.list

解决方案

  • 1.编辑文件,修改镜像
sudo gedit /etc/apt/sources.list.d/gitlab-ce.list
  • 2.修改成如下
deb http://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/debian bullseye main
  • 3.安装 gitlab-ce,免费。
sudo apt-get update
sudo apt-get install gitlab-ce

关于在Ubuntu 18.04.06中 安装 gitlab 中报错404notfound 的解决方案_第1张图片

*ps 如修改成上述任然不可以使用的话,是清华源进行了跟新,废弃了版本,进入如下连接,修改gitlab-ce.list的内容

你可能感兴趣的:(ubuntu,gitlab,linux)