gitlab 安装在 ubuntu 上停留在 0%

Dan*_*rds 7 software-installation 14.04 gitlab

我正在尝试在 ubuntu 14.04 上安装 GitLab

我可以安装第一个位

curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh \
| sudo bash
Run Code Online (Sandbox Code Playgroud)

但是当我去安装下一个位

sudo apt-get install gitlab-ce
Run Code Online (Sandbox Code Playgroud)

我得到的只是“ 0% [工作] 就这样没有其他事情发生,有人有什么想法吗???

提前致谢

小智 5

请参阅https://gitlab.com/gitlab-org/omnibus-gitlab/issues/628,该问题似乎仍在继续。

编辑:做apt-get clean然后apt-get upgrade --fix-missing为我工作。