自托管 Devops 代理 - 配置启动错误
Self-Hosted Devops agent - Config launching error
我正在尝试在我的 mac os machine 上部署 self-hosted 代理。我下载了代理存档并将其解压缩。 运行 config.sh
的所有尝试均因错误而失败:
config.sh: line 85: ./bin/Agent.Listener: No such file or directory
不知道我哪里做错了。
UPD
第一次收到另一个错误消息,但只有一次。
agent.listener cannot be opened because the developer cannot be verified
好的,我找到了答案。我必须配置 Security & Privacy
,但现在它工作正常。
尝试运行命令
sudo spctl --master-disable
我正在尝试在我的 mac os machine 上部署 self-hosted 代理。我下载了代理存档并将其解压缩。 运行 config.sh
的所有尝试均因错误而失败:
config.sh: line 85: ./bin/Agent.Listener: No such file or directory
不知道我哪里做错了。
UPD 第一次收到另一个错误消息,但只有一次。
agent.listener cannot be opened because the developer cannot be verified
好的,我找到了答案。我必须配置 Security & Privacy
,但现在它工作正常。
尝试运行命令 sudo spctl --master-disable