Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/math/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gitlab 错误:正在注册运行程序。。。失败_Gitlab_Gitlab Ci_Gitlab Ci Runner - Fatal编程技术网

Gitlab 错误:正在注册运行程序。。。失败

Gitlab 错误:正在注册运行程序。。。失败,gitlab,gitlab-ci,gitlab-ci-runner,Gitlab,Gitlab Ci,Gitlab Ci Runner,有人能给出这个错误的解决方案吗 ERROR: Registering runner... failed runner=5zjGjWus status=couldn't execute POST against https://ci.gitlab.com/api/v4/runners: Post https://ci.gitlab.com/api /v4/runners: dial tcp: lookup ci.gitlab.com on 169.254.

有人能给出这个错误的解决方案吗

ERROR: Registering runner... failed                 
runner=5zjGjWus status=couldn't execute POST against https://ci.gitlab.com/api/v4/runners: Post https://ci.gitlab.com/api
    /v4/runners: dial tcp: lookup ci.gitlab.com on 169.254.169.254:53: no such host
PANIC: Failed to register this runner. Perhaps you are having network problems.

提前感谢。

在注册跑步者时,您很可能指定了错误的实例url。(
https://ci.gitlab.com
而不是
https://gitlab.com


尝试使用
https://gitlab.com
作为实例url。

谢谢,我会调查的