安装Nodejs下载地址:https://nodejs.org/zh-cn/download 安装管理员运行powershell 在终端中运行执行命令 12Set-ExecutionPolicy RemoteSigned -Scope CurrentUser Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass 如果有对应VPN,可以在终端打开代理,因为openclaw 是国外软件我这里使用的v2ray set http_proxy=http://127.0.0.1:7897set https_proxy=http://127.0.0.1:7897set all_proxy=socks5://127.0.0.1:7897set openclaw 配置 HTTP_PROXY=http://127.0.0.1:7897set HTTPS_PROXY=http://127.0.0.1:7897set ALL_PROXY=socks5://127.0.0.1:7897 一键安装复制命令到窗口,并执行: 1iwr -useb…
发布者:Ai探索者,转载请注明出处:https://javaforall.net/278753.html原文链接:https://javaforall.net
