I'm trying to setup TeamCity where I work, with a private repo hosted on github.
The project is a web app, so what I'm trying to do is that on every new commit on github that TeamCity checkout the new revision and update the working copy on our development server.
So, not only do the Agent Checkout but use a command line build step to do a git pull.
I've tried previously with https link but was getting Authentication failed or https://github.com is an invalid argument.
Now I've changed the URL to use ssh, but I keep getting
If I change the git URL to use https I keep getting
I've tried setting up the VCS to use ssh key but keep getting the access denied error.