【发布时间】:2020-09-23 17:50:48
【问题描述】:
我正在尝试在 Windows 7 64 位上安装 Chocolatey。我正在使用文档Here 当我在命令提示符下键入下面的代码时。
PowerShell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
它会抛出如下截图所示的错误
我不知道错误是什么。我只是在运行代码之前在代码前面添加了 Powershell
【问题讨论】:
标签: chocolatey