【发布时间】:2017-12-06 10:51:30
【问题描述】:
我在 Linux 上有一个 Jenkins master,在 Windows 上有一个 slave。主作业能够使用ssh 克隆 Git 存储库,我们对此进行了配置。但同样不是从奴隶工作中工作。它给出了以下错误:
stderr: Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists."
我已经在从节点配置了 Git 工具位置。
【问题讨论】: