Nuget试图通过路由器上的Privoxy端口连接,即使禁用了Privoxy



我正在使用dd-wrt v3.0-r30700m kongac(09/27/16),我使用了几天的privoxy,但再次禁用了它,因为它导致了连接错误一些应用程序。

nuget仍在尝试通过代理连接而无法加载任何软件包,结果错误消息是:

[nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. An error occurred while sending the request. Unable to connect to the remote server No connection could be made because the target machine actively refused it 192.168.1.1:8118

浏览Chrome的作品,而AFAIK在DEVENV

中没有启用代理

似乎已经解决了我的问题,将IPv6设置为false在文件c: program files(x86) microsoft Visual Studio 14.0 common7 common7 common7 devenv.exe.config

<system.net>
   <settings>
      <ipv6 enabled="false"/>
   </settings>
</system.net>

相关内容

  • 没有找到相关文章

最新更新