Nuget Package Manager无法在VS Express 2013中运行

Mar*_*ark 6 nuget visual-studio-2013

我正在使用Visual Studio Express 2013.

在尝试安装nuget软件包时,我收到错误(在2012年快递中尝试时没有错误):

PM> Install-Package AutoMapper
Install-Package : Unable to connect to the remote server
At line:1 char:16
+ Install-Package <<<<  AutoMapper
    + CategoryInfo          : NotSpecified: (:) [Install-Package], WebException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Run Code Online (Sandbox Code Playgroud)

互联网正在运行(我有Vs 2012工作和同时安装nuget包 - 没有问题).

VS - >工具 - >扩展和更新说:Cannot check for updates because the following error(s) occurred whil trying to contact the server: Unable to connect to the remote server - please click here to retry the request- 当我点击它时,它会回到"检索信息"循环.

有没有人有任何想法如何解决这个问题?

谢谢,马克

小智 3

我有同样的问题。如果我在启动 VS 时选择“以管理员身份运行”,我就能够从 VS2013 连接到 NuGet。