Team City Git “Host key verification failed”
问题 I want to use TeamCity to pull code from a remote Git repo, update a file (and stage and commit to the local repo) and then push the committed file back to the remote repo. The pull & update is fine. If I open git-bash and git push origin master then the commit (arising from the updated file being committed to the local repo) is pushed to the remote repo. Fine. If I try to do this (to the same remote target repo) using a Team City's Command Line runner it fails with [14:49:18][Step 3/7] Host