1.1 KiB
Executable File
1.1 KiB
Executable File
win11安装openclaw问题及解决
一键安装失败 iwr -useb https://openclaw.ai/install.ps1 | iex
winget install --id Git.Git -e --source winget
cmd /c assoc .msi=Msi.Package
cmd /c ftype Msi.Package="%SystemRoot%\System32\msiexec.exe" /i "%1" %* Msi.Package=C:\WINDOWS\System32\msiexec.exe /i %1 %*
# 使用国内镜像
npm i -g openclaw --ignore-scripts --registry=https://registry.npmmirror.com
# 或挂梯子使用官方镜像
npm i -g openclaw --ignore-scripts


