小编bas*_*uat的帖子

安装巧克力时的消息

我正在使用 powershell 在我的计算机上安装 Chocolatey,但是当我以管理员身份在 powershell 上键入此命令时:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Run Code Online (Sandbox Code Playgroud)

我收到这条消息:

An existing Chocolatey installation was detected. Installation will not continue.
For security reasons, this script will not overwrite existing installations.

Please use choco upgrade chocolatey to handle upgrades of Chocolatey itself.
Run Code Online (Sandbox Code Playgroud)

我不明白为什么它说有一个现有的巧克力安装,我应该如何修复它并继续在我的计算机上安装巧克力?

chocolatey

5
推荐指数
2
解决办法
8439
查看次数

标签 统计

chocolatey ×1