$Branch 未被识别为内部或外部命令
$Branch is not recognized as an internal or external command
我正在尝试使用本教程安装 DVNM (https://blogs.msdn.microsoft.com/sujitdmello/2015/04/23/step-by-step-installation-instructions-for-getting-dnx-on-your-windows-machine/)。
我在其他装有 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 安装的,只是使用 commend 来解析:
&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}
我正在尝试使用本教程安装 DVNM (https://blogs.msdn.microsoft.com/sujitdmello/2015/04/23/step-by-step-installation-instructions-for-getting-dnx-on-your-windows-machine/)。
我在其他装有 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 安装的,只是使用 commend 来解析:
&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}