我在Team City中有一个构建步骤,该步骤生成我想用git提交的文档,然后推送到GitHub。
我正在使用ssh连接到GitHub并执行以下操作:
git add .
git commit -m "Update docs"
git push origin refs/heads/localbranch:refs/heads/remotebranch
我得到:
Host key verification failed.
fatal: Could not read from remote repository.
这种方法行得通还是我需要尝试其他方法?
答案 0 :(得分:0)
似乎您缺少主机密钥或主机密钥已更改。 参见:SSH connection problem with “Host key verification failed…” error