1

このチュートリアルを使用して 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.

誰でも私の問題を解決できますか? どこを検索しても解決策がなく、今はスタックしています...

4

1 に答える 1

0

問題は解決しましたが、このスレッドはスタックに残します。Cmdはひどいです。commendを使用して解析するだけで、powershellでインストールしました:

&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}
于 2016-09-10T16:53:16.270 に答える