截至上周,当Wercker尝试克隆到Github存储库时,Wercker的所有构建都因为错误而失败。
Cloning into 'xxxx'...
Host key verification failed.
fatal: Could not read from remote repository.
我已经续订了Github回购的授权,但错误仍然存在。 我能够成功地创建具有相同设置的构建,现在在周三失败。
还有其他人有类似问题吗?有关谁解决这个问题的想法?
答案 0 :(得分:1)
事实证明,Wercker对“添加到已知的主机”进行了更改。 wercker.yml中的部分。
旧结构:
add-to-known_hosts:
hostname: github.com
fingerprint: ...
新结构:
add-to-known_hosts@2.0.1:
hostname: github.com
fingerprint: ...
type: rsa