找不到https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1?

时间:2017-05-26 12:16:54

标签: powershell

在powershell脚本下运行:

&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}

获取错误: 使用“1”参数调用“DownloadString”的异常:“远程服务器返回错误:(404)Not Found。” 在行:1 char:17 +& {$ Branch ='dev'; iex((new-object net.webclient).DownloadString('https://raw.gith ... +     + CategoryInfo:NotSpecified:(:) [],MethodInvocationException     + FullyQualifiedErrorId:WebException

点击“https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1”时,表示未找到。有什么我想念的吗?

1 个答案:

答案 0 :(得分:1)

DNVM项目已停止:

  

DNVM

     

此存储库已过时,不再使用或维护。

     

DNX和DNVM已被新的.NET CLI取代。参见:

     

http://dotnet.github.io/getting-started/

     

http://github.com/dotnet/cli

     

因此,我们不接受对此项目的任何更改。请在http://github.com/dotnet/cli上提交任何新问题。