篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如何修复OS X El Capitan中的Homebrew权限问题?相关的知识,希望对你有一定的参考价值。
# How to fix permission issues on Homebrew in OS X El Capitan?
Here is how you can fix the permission issues with Homebrew in Mac OS X El Capitan:
If you had created the /usr/local directory already, then run this command in terminal:
```sudo chown $(whoami):admin /usr/local && sudo chown -R $(whoami):admin /usr/local```
> source: http://digitizor.com/fix-homebrew-permissions-osx-el-capitan/
以上是关于markdown 如何修复OS X El Capitan中的Homebrew权限问题?的主要内容,如果未能解决你的问题,请参考以下文章