Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powershell 如何在Windows server 2008 R2上安装KVM_Powershell_Asp.net Core_Asp.net Core Mvc - Fatal编程技术网

Powershell 如何在Windows server 2008 R2上安装KVM

Powershell 如何在Windows server 2008 R2上安装KVM,powershell,asp.net-core,asp.net-core-mvc,Powershell,Asp.net Core,Asp.net Core Mvc,当我运行以下powershell命令时,我得到一个错误 命令是: @powershell-NoProfile-ExecutionPolicy unrestricted-Command“iex((新对象net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))" 错误是: 使用“1”参数调用“DownloadString”时出现异常:“请求已中止:无法创

当我运行以下
powershell
命令时,我得到一个错误

命令是:

@powershell-NoProfile-ExecutionPolicy unrestricted-Command“iex((新对象net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"

错误是:

使用“1”参数调用“DownloadString”时出现异常:“请求已中止:无法创建SSL/TLS安全
频道。”
第1行字符:1
+iex((新对象net.webclient).DownloadString('https://raw.githubusercontent.co ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+CategoryInfo:NotSpecified:(:)[],MethodInvocationException
+FullyQualifiedErrorId:WebException


相同的命令在Windows 10上正常工作。

是否检查代理设置?是否尝试手动下载kvminsall.ps1?(1)确保已安装Powershell 4。(2)您是否支持代理?服务器似乎有问题。当我打开
https://raw.githubusercontent.com
这是IE 11中的问题。这是一个ssl握手问题。您可以从中手动克隆或下载kvm