如何解决无法建立隧道套接字错误?
how to solve tunneling socket could not be established error?
当我发出以下命令时,出现此错误。请帮我解决。
heroku run bash
Running bash on myapp... !!!
▸ ECONNRESET: tunneling socket could not be established, cause=Parse Error
! Error in heroku-run:
! getaddrinfo ENOTFOUND api.rollbar.com api.rollbar.com:443
! See /home/simon/.heroku/error.log for more info.
注意:我有 http_proxy
和 https_proxy
当然您的代理不允许连接到 heroku 服务器...请尝试使用其他系统或更改代理并重试...
当我发出以下命令时,出现此错误。请帮我解决。
heroku run bash
Running bash on myapp... !!!
▸ ECONNRESET: tunneling socket could not be established, cause=Parse Error
! Error in heroku-run:
! getaddrinfo ENOTFOUND api.rollbar.com api.rollbar.com:443
! See /home/simon/.heroku/error.log for more info.
注意:我有 http_proxy
和 https_proxy
当然您的代理不允许连接到 heroku 服务器...请尝试使用其他系统或更改代理并重试...