可能重复:
如何推送到代理后面的heroku?
我在我的 Win7 上安装了带有 Ubuntu 的 Oracle VM 代理。我使用 git。我尝试在 Heroku 中部署,但出现错误:
$ git push heroku master
ssh: connect to host heroku.com port 22: Connection timed
out fatal: The remote end hung up unexpectedly
export http_proxy=http://proxyuser:proxypass@proxy:port
帮助$ git clone
。但不是为了git push
。
我努力了:
ssh-keygen -t rsa heroku
keys:add
它没有帮助。
我无法更新git_config
或heroku_config
- 权限被拒绝!
请帮忙!谢谢!