我正在按照本指南了解如何使用 asp.net 5 进行设置
从命令行运行命令dnvm upgrade -r clr
会拉回
Invoke-Command : Unable to find any runtime packages on the feed!
At C:\Program Files\Microsoft DNX\Dnvm\dnvm.ps1:1905 char:23
+ Invoke-Command <<<< ([ScriptBlock]::Create("dnvm-$cmd $cmdargs"))
+ CategoryInfo : OperationStopped: (Unable to find ...es on the f
eed!:String) [Invoke-Command], RuntimeException
+ FullyQualifiedErrorId : Unable to find any runtime packages on the feed!
,Microsoft.PowerShell.Commands.InvokeCommandCommand
我从这里下载了最新的 power shell 脚本。
对我可能遗漏的东西有什么想法吗?
这与代理身份验证有关,但我不确定需要在哪里添加什么。