NuGet VS 2012 ServicePointManager does not support proxies with the https scheme

后端 未结 9 1054
醉梦人生
醉梦人生 2021-02-18 13:07

I have recently upgraded from VS2012 RC to RTM, and since the upgrade to RTM, I can no longer access nuget. I receive the following error in the Manage NuGet Packages window.

9条回答
  •  野的像风
    2021-02-18 13:51

    I started getting this in VS2015 on one of my machines. I had an additional package feed on myget which constantly asked me for credentials and failed even when entering correct credentials. What helped me was clearing the nuget cache and config by deleting these two nuget folders:

    • %APPDATA%\NuGet
    • %LOCALAPPDATA%\NuGet

    After that I restarted Visual Studio and added my custom package source again.

提交回复
热议问题