我正在使用命令 brew install nifi 并收到错误:
Error: *Could not create /usr/local/Cellar
Check you have permission to write to /usr/local*
我该如何解决?
答案 0 :(得分:0)
sudo chmod a+w /usr/local/Cellar
这会将所有写入权限添加到/ usr / local / Cellar。要将更改传播到子文件夹,请添加-R。
sudo chmod -R a+w /usr/local/Cellar