8

i am trying to install GitLab on ubuntu 14.04

I am ok installing the first bit

curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh \
| sudo bash

however when i go to install the next bit

sudo apt-get install gitlab-ce

All i get is "0% [Working] and thats it nothing else happens, does anyone have any ideas???

Thanks in advance

muru
  • 207,228

1 Answers1

5

See https://gitlab.com/gitlab-org/omnibus-gitlab/issues/628, the issue still seems ongoing.

EDIT: Doing apt-get clean and then apt-get upgrade --fix-missing worked for me.