TeamCity GitHub Private Key Access Denied

风格不统一 提交于 2019-12-04 08:06:23

The following VCS Root configuration works for me:

  • Clone URL: git@github.com:username/repository.git
  • Clone repository to: C:\somepath
  • User Name Style: UserId (jsmith)
  • Authentication Method: Private Key
  • Private Key Path: C:\SSH\myKeyFile.priv
  • Passphrase: only if key file is secured with a passphrase

if you haven't figured this out yet...

this config worked out for me

Authentication Method: Default Private Key

UserName: (blank)

Known Hosts Database <<-- CHECK IT!

thats what finally worked after a couple of hours trying to get it to work :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!