TeamCity 5 with Git
I downloaded TeamCity 5 and I can see the option for Git under "Edit VCS Root". I have supplied the Clone Url, Branch
Authentication Method: Default Private Key
But when I test the connection I get the following error:
The connection test failed: com.jcraft.jsch.JSchException: UnknownHostKey: github.com. RSA key fingerprint i
Any ideas?
Please sign in to leave a comment.
You have to either add the host key to the known host database or disable checking for known hosts by selecting "Known Hosts Database -> Do not check" checkbox in cofiguration.
You can read more about logic of this check there: http://www.securityfocus.com/infocus/1806