LoginSignup
1
1

More than 5 years have passed since last update.

Proxy配下でHeroku CLIで使うためには設定が必要である

Posted at

当たり前のことなのですが、プロキシ配下では先にこれをコマンドで打っておきましょう。

$ export HTTP_PROXY="http://hogehoge"
$ export HTTPS_PROXY="http://hogehoge"

そうするとちゃんと動きます。

$ heroku login
heroku-cli: Updating to 6.15.20-3505c84... 11.3 MB/11.3 MB
Enter your Heroku credentials:
Email: sample@sample.com
Password: ***************
Logged in as sample@sample.com

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1