[VS Code] Nuget Unable to connect to remote server

Using VScode with proxy that you might have some problems like this.

Trying to remove http_proxy windows environment variable and restart VS code.

Problem:

Using following command

 dotnet new --install aspnetcore-vuejs::1.0.9

and then terminal shows some errors

 authentication failed because the connection could not be reused nuget
 Nuget Unable to connect to remote server

Solution:

Trying to remove http_proxy windows environment variable and restart VS code.

Ref:

https://stackoverflow.com/questions/41185443/nuget-connection-attempt-failed-unable-to-load-the-service-index-for-source

https://blog.darkthread.net/blog/vue-notes-4/