github - TeamCity using git pull command line build step returns Git error: “Host Key Verification Failed” when connecting to remote repository -


i'm trying setup teamcity work, private repo hosted on github.

the project web app, i'm trying on every new commit on github teamcity checkout new revision , update working copy on our development server.

so, not agent checkout use command line build step git pull.

i've tried https link getting authentication failed or https://github.com invalid argument.

now i've changed url use ssh, keep getting

enter image description here

if change git url use https keep getting

enter image description here

i've tried setting vcs use ssh key keep getting access denied error.

it permissions issue.

the ssh key created under user folder on windows server.

i've copied teamcity user , gave read permissions , worked fine.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -