LoginSignup
0
1

More than 5 years have passed since last update.

Powershellのダウンロード処理でプロキシサーバーエラーが起きる件の対処

Posted at

事象

Githubのリポジトリをクローンしたり、VagrantのBoxをダウンロードしたり、
Poweshellでファイルをダウンロードする処理がことごとくエラー。

原因(推測)

「HTTPS_PROXY」という環境変数が定義されていたために、プロキシ経由でダウンロードが行われていた。
「HTTPS_PROXY」の値が https://proxy.server.com:8080 というでたらめな値だったために、ダウンロードに失敗していた。

対処

環境変数「HTTPS_PROXY」を削除する。

0
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
0
1