Gitlab—;未能注册共享运行程序

Gitlab—;未能注册共享运行程序,gitlab,gitlab-ci,gitlab-ci-runner,Gitlab,Gitlab Ci,Gitlab Ci Runner,我有一个私有的GitLab存储库和对它的管理员访问权限。要配置CI/CD。根据,我尝试注册一个共享的跑步者。为此,我在本地安装了gitlab runner,并尝试按照文档中描述的步骤进行注册 gitlab-runner register Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/): //As far as I use Gitlab CI, I enter default value: https://

我有一个私有的GitLab存储库和对它的管理员访问权限。要配置CI/CD。根据,我尝试注册一个共享的跑步者。为此,我在本地安装了
gitlab runner
,并尝试按照文档中描述的步骤进行注册

gitlab-runner register
Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/):
//As far as I use Gitlab CI, I enter default value: https://gitlab.com/
Please enter the gitlab-ci token for this runner:
//To grab the value for this one, I go to Settings -> CI/CD -> Runners and grab a token from right panel (e.g. one of the Enabled SHARED Runners token values)
Please enter the gitlab-ci description for this runner:
Please enter the gitlab-ci tags for this runner (comma separated):
//populate both with arbitrary data
在最后一步之后,我收到:

错误:正在注册运行程序。。。禁止(检查注册令牌) runner={runner access token}PANIC:注册此运行程序失败。也许你是 有网络问题

我尝试了所有共享跑步者访问令牌,尝试了:而不是默认的令牌,但总是得到相同的错误


任何备受赞赏的见解

您无需注册共享跑步者。如果你自己做跑步者,你就要注册。在您的项目中,转到

设置>CI/CD>跑步者

您想要的红色代码在粉色背景上