SyntaxFix
Write A Post
Hire A Developer
Questions
In PowerShell, you could set the http_proxy and https_proxy environment variables like so:
$env:http_proxy="http://proxy:3128" $env:https_proxy="http://proxy:3128"