我正在使用 VS 2010(包管理器控制台)下载 NuGet(2.5.40416.9020/Latest)包。它使用 URL https://nuget.org/api/v2/。它给了我如下错误。
Install-Package : An error occurred while loading packages from'https://nuget.org/api/v2/': The remote name could not be resolved: 'nuget.org'
At line:1 char:16
+ Install-Package <<<< Rx-Main
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
但是当我通过浏览器访问相同的 URL 时,我可以浏览该站点。我在公司网络上,所以防火墙可能会阻止端口(80 和 443 除外)。
那么 NuGet 在通过包管理器控制台(VS 2010)下载包时使用哪个端口?