Error installing - Nuget - Unable to connect to the remote server

Asked

Viewed 222 times

0

My Nuget wasn’t able to download any packages and I couldn’t see the packages installed on Manager Package, so I researched a little and decided to uninstall and install again.

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

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

I tried to

  • Clear HTTP-PROXY

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

  • Delete the .suo

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

  • Dude, you didn’t have to uninstall anything, it was an API problem.

  • Have you checked the menu Tools > Options > Nuget Package Manager > Package Source if nuget.org (https://www.nuget.org/api/v2) is configured? And if so, can you normally access this address? An XML will be displayed.

  • I just solved, entered nuget.org site and downloaded directly and installed , now working normally.

  • @jbueno API problem ? downloaded straight from nuget.org and it worked, don’t know why this error occurred, I would like to know =/.

  • @Williamcézar What I’m saying is that the nuget API (only version 3) was not working Sunday and yesterday had some glitches, so you couldn’t download anything.

  • @jbueno, ah got it, vlw.

Show 1 more comment

1 answer

0


I managed to resolve this error by downloading direct from Nuget and manually installing.

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.