2014-11-21 57 views
1

我使用SSH身份驗證設置了git VCS。Team City + Git SSH代理端結帳。 :需要SSH_KEY錯誤

  1. 默認私鑰
  2. 鍵都在服務器和代理(不同的機器,無論是運行的Mac OS)
  3. 我做代理方結賬
  4. 「測試連接」成功返回結果
  5. 本地代理機器上,我可以輕鬆克隆存儲庫。所以鍵入一個註冊並且工作良好。
  6. 我使用Unfuddle作爲存儲庫服務器

運行配置時,我收到以下錯誤:

Failed to collect changes, error: Error collecting changes for VCS repository '"*******" {instance id=67, parent internal id=10, parent id=*****Mac******, description: "[email protected]*******.unfuddle.com:******/********.git#refs/heads/master"}' 'git fetch' command failed. stderr: [email protected]*******.unfuddle.com:******/********git: Need SSH_KEY

回答