SSH在git后面的代理服务器上的Windows 7

问题描述:

我正在测试SSH连接检查混帐中的RSA密钥。 我正在通过代理服务器工作。 我正在使用窗口7并安装了msysGit-fullinstall-1.7.3.1-preview20101002。 现在在msys.exe窗口我已经设置代理命令'git config --global http.proxy http://host:port' 之后,我已经尝试命令'ssh [email protected]'。 这给了我错误,如'ssh:github.com:没有地址与名称关联'SSH在git后面的代理服务器上的Windows 7

我该怎么办?

您的代理是否需要密码?那可能就是这样。

export http_proxy="http://<domain>\<username>:<password>@<server>:<port>"

教廷:(!重复)How do I pull from a Git repository through an HTTP proxy?