# 删除,临时Remove-ItemEnv:HTTP_PROXY# 设置$env:HTTP_PROXY="http://my-company-proxy.com"# 保存和新会话 save and use your proxy for all new shellssetxHTTP_PROXYhttp://my-company-proxy.com//去除代理setxHTTP_PROXY" "#查看$env:HTTP_PROXY//永久,需要权限[System.Environment]::SetEnvironmentVariable("HTTP_PROXY",$null,"User")//WindowsPowerShell:[System.Environment]::SetEnvironmentVariable("HTTP_PROXY",$null,"User")[System.Environment]::SetEnvironmentVariable("HTTPS_PROXY",$null,"User")//CommandPrompt:setHTTP_PROXY=setHTTPS_PROXY=临时添加一个node版本$env:Path="C:\swdtools\node20;"+$env:Path
Top comments (0)
Subscribe
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)