This question is not about code, but about installing Gitlab.
I have been trying to install Gitlab for several days without success.
Indeed, several times ago they proposed a method with wget that worked very well, but since we must use the method with Curl , it is impossible to go further than downloading.
The following command works on a Ubuntu 14.04 machine:
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
But with the next command, it appears [0% pending], and nothing happens again.
sudo apt-get install gitlab-ce
Have you ever encountered this problem after version 7.10.4 of Gitlab or know how to solve this problem. Installation from the source is very difficult for me to implement.
Here is the complete error:
Err packages.gitlab.com/gitlab/gitlab-ce/ubuntu trusty/main gitlab-ce amd64 7.10.4~omnibus.1-1 Operation too slow. Less than 10 bytes/sec transferred the last 120 seconds E: Impossible de rΓ©cupΓ©rer packages.gitlab.com/gitlab/gitlab-ce/ubuntu/pool/trusty/main/g/β¦ Operation too slow. Less than 10 bytes/sec transferred the last 120 seconds
When I do cat /etc/apt/sources.list.d/gitlab_gitlab-ce.list , I have this result:
deb https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ trusty main deb-src https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ trusty main
And this page does not exist. This is problem?
source share