如何有人调整heroku工具条,即git并使用代理服务器连接到heroku。我正在尝试连接,但它一直告诉我机器主动拒绝它访问。帮助
答案 0 :(得分:2)
您可以使用git bash中的以下命令设置Git代理。为HTTP和HTTPS代理设置。
.class
检查How to configure Git proxy和How to unset the Git Proxy了解更多详情
答案 1 :(得分:1)
如果代理服务器需要身份验证,请按以下格式设置HTTP_PROXY
和HTTPS_PROXY
系统环境变量:
HTTP_PROXY = http://username:password@proxy.server.com:portNumber
HTTPS_PROXY = https://username:password@proxy.server.com:portNumber
答案 2 :(得分:0)
使用HTTP_PROXY环境变量
e.g。 HTTP_PROXY = http://localhost:9999