我正在尝试使用这个教程(https://blogs.msdn.microsoft.com/sujitdmello/2015/04/23/step-by-step-installation-instructions-for-getting-dnx-on-your-windows-machine/)安装DVNM。
我在Win10的其他笔记本上做过,我在这里嵌入了8.1,第一个脚本让我出错:
The string is missing the terminator: ".
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordEx
ception
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
'{$Branch' is not recognized as an internal or external command,
operable program or batch file.
有人能解决我的问题吗?无论我在哪里搜索都没有解决方案,我现在堆栈…
我解决了我的问题,但是我将把这个线程留在堆栈上。Cmd很烂,我是用powershell安装的,只是用了推荐来解析:
&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}