How to specify a user id and password for Visual Studio Code with an authenticating proxy?

后端 未结 9 1922
谎友^
谎友^ 2020-12-08 01:38

How to specify a user id and password for Visual Studio Code with an authenticating proxy?

I\'ve seen the Proxy Server Support on the main VS Code site, but this onl

9条回答
  •  一整个雨季
    2020-12-08 01:45

    Use the below command and replace the username,password and ip address of you proxy:port

    PS C:\Users\rathakrishnan> npm config set proxy http://username:password@172.18.10.27:3128

    PS C:\Users\rathakrishnan> npm install -g @angular/cli

提交回复
热议问题