Gitlab kurumsal deneme sürümünü kullanıyorum ve aynı sunucuda gitlab-runner kurulumunu yapıyorum. Gitlab-runner kullanarak projeler oluşturmak, ancak kodumu oluştururken hatanın altına inmek için boru hatları kurun:
Running with gitlab-ci-multi-runner 9.5.0 (413da38)
on mypc10.local (db1052ee)
Using Docker executor with image php:7.1.1 ...
Waiting for services to be up and running...
Using docker image sha256:66096b6df47a96fc0e86eb84a6c1c2d5c34ce55e2ddc70cb1cad17910b58ee17 for predefined container...
Pulling docker image php:7.1.1 ...
Using docker image php:7.1.1 ID=sha256:608e59384e11266142f9eb5e66b4b887596371e910e6b20e797717961947e3c4 for build container...
Running on runner-db1052ee-project-2-concurrent-0 via nls10...
Fetching changes...
fatal: unable to access 'http://gitlab-ci- token:xxxxxxxxxxxxxxxxxxxx@mypc10.local/root/myproject.git/': Failed to connect to 172.18.0.1 port 80: Operation timed out
ERROR: Job failed: exit code 1
mypc10.local
Ana bilgisayar adını ana bilgisayar dosyasını kullanarak çözebildim , hatta lokal olarak 127.0.0.1 ve 192.168.1.24 gitlab'ı kurmaya çalıştım ama aynı hatayı aldım. Ayrıca 80
host ismimi kullanarak porttan telnet yapabiliyordum .
kimse bu hatayı neden alıyor?