Error installing - NuGet - Unable to connect to the remote server [closed]

0

My Nuget was not able to download any packages and I could not see the packages installed in Manager Package , so I researched a bit and decided to uninstall and install again.

The problem starts when I try to reinstall the nuget, as soon as it starts to load, I get the following error:

  

The extension could not be installed because of the following error:   Unable to connect to the remote server

I've tried

  • Clear HTTP -PROXY

  • I tried to remove the <system.net></system.net> tag from the file devenv.exe.config

  • Delete .suo

But unfortunately nothing solved, if anyone has any idea how to solve it, I'll be grateful.

    
asked by anonymous 21.03.2017 / 18:12

1 answer

0

I was able to resolve this error by downloading it directly from the Nuget site and manually installing it.

Remembering that Nuget's Api was unstable at the time I had this problem.

    
21.03.2017 / 23:31