Powershell Unable to find module repositories
When running:
in Powershell and you get the error:
This is normally because you are behind a poxy and you need to set the proxy settings for Powershell, to do this follow these steps:
- Run
- Notepad will open and probably tell you the file is not present and would you like to create it, select yes and enter the following in the file, obviously changing the proxy and port to your proxy and port:
- Save and exit the file
- Close and re open Powershell
- Run
This should now allow you to register the repos.
Comments
Post a Comment