I'm trying to install Scoop in Windows 7 with Windows PowerShell in my office, but it is giving below error:
Exception calling "Download String" with "1" argument(s):"The remote server returned and error :(407) proxy authentication is required."
I've entered the following commands in a PowerShell console:
PS> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser Execution Policy Change The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at http://go.microsoft.com/fwlink/ ?LinkID=135170. Do you want to change the execution policy? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y PS> iex (New-Object Net.WebClient).DownloadString('https://get.scoop.sh')