# VSCode設定 ###### tags: `メモ` ## プロキシ設定 ### Git Proxy ```shell= # proxy設定 $ git config --global http.proxy nhs学籍番号:BYYYYMMDD@proxy01.nagoya.hal.ac.jp:8080 # proxy削除 $ git config --global --unset http.proxy # 確認コマンド $ git config --global --list ``` ### VSCode Proxy - settings.json(user workspace) ```json= "http.proxyAuthorization": "http://nhs学籍番号:BYYYYMMDD@proxy01.nagoya.hal.ac.jp:8080", "http.proxy": "http://nhs学籍番号:BYYYYMMDD@proxy01.nagoya.hal.ac.jp:8080", ``` ### npm Proxy > https://qiita.com/tsuyoshi_cho/items/adc23ec6aa3e74678597 ```shell= $ npm -g config list $ npm config set strict-ssl false $ npm config set registry "http://registry.npmjs.org/" $ npm config set proxy "http://nhs学籍番号:BYYYYMMDD@proxy01.nagoya.hal.ac.jp:8080" $ npm config delete registry $ npm config delete proxy $ npm config delete https-proxy $ npm config -g delete proxy $ npm config -g delete https-proxy ```  ## みやさん拡張機能    
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up