简体   繁体   English

gitlab-runner管道克隆失败,端口错误

[英]gitlab-runner pipeline failed clone with error port

Waiting for services to be up and running...
Using docker image sha256:377f89d04c6a8215fcd5abcb918eb1efd3ef7d93aa02c4662942c9181cde01e9 for predefined container...
Pulling docker image php:latest ...
Using docker image php:latest ID=sha256:c8d1a5f14eb751e402a046d2b6424b041969af06b17db2cc8ea5a82fa343a593 for build container...
Running on runner-2ea396b6-project-1-concurrent-0 via vk-VirtualBox...
Cloning repository...
Cloning into '/builds/gitlab/V1ki/ProductManager'...
fatal: repository 'http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@192.168.1.93/gitlab/V1ki/ProductManager.git/' not found
ERROR: Job failed: exit code 1

git clone http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@192.168.1.93:82/gitlab/V1ki/ProductManager.git / can success. git clone http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@192.168.1.93:82/gitlab/V1ki/ProductManager.git /可以成功。

how to set up the port in gitlab-runner ? 如何在gitlab-runner中设置端口?

.gitlab-ci.yml ? .gitlab-ci.yml?

Check in your Docker Executor configuration the spot where you define 192.168.1.93. Docker Executor配置中检查您定义192.168.1.93的位置。

You could try simply to replace it with 192.168.1.93:82 : that would include the port number. 您可以尝试简单地将其替换为192.168.1.93:82 :其中将包括端口号。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM