我已经在一个新的OSX设备上安装了gitlab-runner。我的runner是正确注册和启动的。但是当我开始一个作业时,我会遇到这个错误sudo: a terminal is required to read the password; eitheruse the -S option to read from standard input or configure an askpass helper
sudo: a password is required我该怎么做才
我在WSL Ubuntu 20中安装了Gitlab-runner。首先,我注册了跑步者并成功地跑了.但是当我检查Gitlab-runner的状态时,它显示:Runtime: the service is not installed
另一件让我感到困惑的事情是,当我已经运行gitlab-runner run命令时,我的运行程序只是执
(我的目的只是在后台运行运行器,然后运行一些测试来验证服务的行为是否符合预期)。但是,当我的测试执行执行sudogitlab-runner run命令的函数时,测试挂起,等待服务停止(但服务不应该停止)。函数 # Run GitLab runner service run_command=$(sudogitlab-runner rungitlab-runn