Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 1 year has passed since last update.

Hackit Proxy設定

Posted at

プロキシ設定方法(Windows)

コマンドプロンプト

タブを消すごとに設定が必要

set HTTP_PROXY=http://wwwproxy.kanazawa-it.ac.jp:8080
set HTTPS_PROXY=http://wwwproxy.kanazawa-it.ac.jp:8080

PowerShell

タブを消すごとに設定が必要

$env:HTTP_PROXY="http://wwwproxy.kanazawa-it.ac.jp:8080"
$env:HTTPS_PROXY="http://wwwproxy.kanazawa-it.ac.jp:8080"

コントロールパネル

1回設定するだけでOK
ただし、学内ネットワーク以外で使用する場合は設定を削除する必要がある

  1. 虫眼鏡マークに 環境変数 を入力
    picture1.png

  2. システム環境変数の編集をクリック

  3. システムのプロパティの右下にある 環境変数(N)… をクリック
    picture2.png

  4. 環境変数の真ん中にある 新規(N)… をクリック
    picture3.png

  5. 変数名(N):HTTP_PROXY, 変数値(V):http://wwwproxy.kanazawa-it.ac.jp:8080を入力し、OKをクリック
    picture4.png

  6. 4.と同様に、もう一度真ん中にある 新規(N)… をクリック

  7. 変数名(N):HTTPS_PROXY, 変数値(V):http://wwwproxy.kanazawa-it.ac.jp:8080を入力し、OKをクリック
    picture5.png

  8. ユーザの環境変数に以下の設定が反映されていればOK
    picture6.png

  9. 学内ネットワーク以外で使用する場合は、 削除(D) をクリックして設定を削除する

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?