$ Branch不被识别为内部或外部命令

时间:2016-09-10 16:32:01

标签: powershell branch dnx terminator

我尝试使用本教程(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.

任何人都可以解决我的问题吗?无论我在哪里搜索都没有解决方案,而且我现在正在堆叠......

1 个答案:

答案 0 :(得分:0)

我解决了我的问题,但我会把这个帖子留在堆栈上。 Cmd糟透了,我确实通过使用commend进行解析来安装:

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