redm (@redmpilot) 在 win系统安装openclaw 中发帖
1.安装git 环境,官网https://git-scm.com/
2.官方安装命令powershell: iwr -useb https://openclaw.ai/install.ps1 | iex
CMD: curl -fsSL https://openclaw.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
3.powershell安装步骤:先以管理员身份打开powershell, 接着在里面执行以下2个命令,来设置Powershell相关权限:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
这是在 PowerShell 里,临时“放行”脚本执行用的命令,只对当前窗口有效,不用担心安全问题。它只是跳过 PowerShell 的限制,不是...