github - teamcity github ssh 连接挂起

标签 github ssh teamcity

使用 windows 8.1、teamcity 8.1.1 和 github。
来自 here 的使用说明与 git 扩展(git bash)结合使用。
将 id_rsa.pub 上传到我的 github 帐户,将 id_rsa 上传到 teamcity。

在 VCS 设置屏幕中,我使用了 ssh 克隆 URL,选择了上传的 key ,输入了我的 github 用户名和密码(与我的 github 密码相同)。

测试连接将始终挂起,尝试继续运行构建将导致代理挂起。

最佳答案

要完成这项工作,请使用 git作为用户名。

关于github - teamcity github ssh 连接挂起,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22788976/

相关文章:

git - 撤消 git 中尚未推送到远程的多个提交

linux - SSH 连接 - 运行程序 -> 如何在 ssh 连接关闭时保持程序运行

python - 成功进行 SSH key 身份验证后,SSH 和 SCP 命令无法执行,并显示错误消息 : Win32 error 1114

continuous-integration - TeamCity 构建链配置

visual-studio-2013 - 如何将最新版本的 Microsoft Build Tools 2013 安装到我的构建服务器上?

git - 将远程 repo url 从 https 更改为 ssh 安全吗?

python - Git通过python子进程添加

ssh - 远程访问 Jetson Nano

f# - 错误 MSB4102 : The value "" of the "Project" attribute in element <Import> is invalid. 参数 "path"的长度不能为零。 F#

Github:在新存储库中使用多个分支/克隆(长)