Package manager in Visual Studio 2015 “407 (Proxy Authentication Required)”

后端 未结 8 2035
孤街浪徒
孤街浪徒 2020-12-17 20:08

I understand this is an often asked question, however after days of research I\'ve not found an answer to this particular problem.


I have a new ASP.NE

8条回答
  •  抹茶落季
    2020-12-17 20:48

    1. Updated to latest nuget.exe 1st

      nuget update self
      
    2. Added proxy details to the config file:

      nuget config -Set http_proxy=http://username:password@proxyserver.company.com:port
      

提交回复
热议问题