我将GitLab上传到我的服务器上,现在我想添加GitLab Runner,但是当我试图添加时会出现错误
ERROR: Registering runner... failed runner=zcy-FDTo status=couldn't execute POST against https://gitlab.mysite.com/api/v4/runners: Post https://gitlab.mysite.com/api/v4/runners: x509: certificate signed by unknown authority
PANIC: Failed to register the runner. You may be having network problems.有什么问题吗?我试着
sudo gitlab-runner register --url https://gitlab.mysite.com/ --registration-token -AMfssacrqy_UeFM4i9pb--发布于 2021-08-07 14:07:57
我刚开始了解Gitlab Runner,无意中发现了你的问题。我建议检查您的主机、网络连接和证书设置,因为您的错误(x509:由未知权威机构签名的证书)指示,根据Gitab Runner故障排除指南。
https://stackoverflow.com/questions/66886667
复制相似问题