Ich bin Neuling zu GitLab und CentOS. Ich versuche Gitlab auf CentOS 6.5 mit unter offical Link zu installieren: https://about.gitlab.com/downloads/#centos6Installieren von GitLab auf CentOS 6.5: Curl Fehler
Während der Ausführung unter Schritt:
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
ich folgende Fehlermeldungen erhalten:
Detected operating system as centos/6.
Checking for curl...
Detected curl...
Downloading repository file: https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/config_file.repo?os=centos&dist=6&source=script
curl: (6) Couldn't resolve host 'packages.gitlab.com'
Unable to run:
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/config_file.repo?os=centos&dist=6&source=script
Double check your curl installation and try again.
ich auch versuchte curl-Befehl mit Proxy-Einstellungen, immer noch den gleichen Fehler. Jede Hilfe wird sehr geschätzt!
Problemumgehung ist einfach das Paket herunterladen und installieren. Dieses Bash-Skript bestimmt nur Ihr Betriebssystem und lädt dann das entsprechende Paket herunter und installiert es. Sie können dies sicherlich selbst tun, wenn Sie wollen. –