标签:code using bre als rmi oca problem chown cal
I was able to solve the problem by using chown
on the folder:
sudo chown -R "$USER":admin /usr/local
Also you‘ll (most probably) have to do the same on /Library/Caches/Homebrew
:
sudo chown -R "$USER":admin /Library/Caches/Homebrew
How to fix homebrew permissions?
标签:code using bre als rmi oca problem chown cal
原文地址:http://www.cnblogs.com/iosblogx/p/6388013.html