brew安装skills报权限太高的解决办法

发布时间:2026/7/30 1:10:41

brew安装skills报权限太高的解决办法 现象在openclaw web-ui界面安装需要通过brew方式安装的skills安装失败权限太高Install failed (exit 1): Error: Running Homebrew as root is extremely dangerous and no longer supported.解决办法1、openclaw 不要使用 root 用户安装使用普通用户安装2、brew 也使用普通用户安装# 不要使用root用户安装openclawsudoadduser openclaw# 将新创建的用户添加到 sudo 组sudousermod-aGsudoopenclaw#然后切换到咱们创建好的用户suopenclaw# 安装brew和openclaw

相关新闻