LoginSignup
1
2

More than 5 years have passed since last update.

ATOM を Proxy環境下で使うためには

Posted at

目的

  • ATOMをProxy環境下で使用したい

環境

  • Windows 10 Enterprise 2016 LTSB 64bit
  • ATOM 1.17.0

Proxy 設定

  1. コマンドプロンプト 若しくは Windows PowerShell を起動
  2. 下記コマンドを入力
apm config set http-proxy http://USERID:PASSWORD@proxy.co.jp:port
apm config set https-proxy http://USERID:PASSWORD@proxy.co.jp:port
apm config set strict-ssl true

【参考】参照系コマンド

apm config get http-proxy
apm config get https-proxy
apm config get strict-ssl

参考にさせていただいたサイト

ATOM を Windows + Proxy 環境で使うためのメモ
Windows にて Atom の proxy 設定ハマリポイント
Atom 1.10でプロキシ設定が楽になったかもしれない

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