1

我在 Visual Studio 2010 中安装包时遇到问题。当我运行包管理器控制台时,它显示以下错误:

PM> Install-Package wpf.themes
Install-Package : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
At line:1 char:16
+ Install-Package <<<<  wpf.themes
    + CategoryInfo          : NotSpecified: (:) [Install-Package], WebException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

我该如何解决?

4

2 回答 2

0

我可以查看软件包,但在尝试安装时出现信任错误。

发现 Nuget 包源 url (nuget.org/api/v2/) 通过https://go.microsoft.com路由。请参阅 nuget.codeplex.com/workitem/1623。

该站点的证书路径以 Baltimore Cyber​​Trust Root 开头。该证书未被承认。一旦我将它添加到我的受信任的根证书颁发机构,那么安装工作正常。在此处获取证书:www.cybertrust.ne.jp/SureServer/file/root_ca/BCTRoot.txt

于 2013-03-04T22:58:12.170 回答
-1

阅读这篇文章,这可能会对您有所帮助。因此可能有助于祝你好运!

尝试按照以下步骤操作:

于 2012-09-26T08:06:58.210 回答