美文网首页
执行brew update报错

执行brew update报错

作者: 星火燎原 | 来源:发表于2018-04-23 18:55 被阅读62次

(转自:http://c.n-di.com/2017/07/17/1827.html

更新brew,报错;

Error: Could not link:
/usr/local/etc/bash_completion.d/brew

Please delete these paths and run brew update.
Error: Could not link:
/usr/local/share/zsh/site-functions/_brew

Please delete these paths and run brew update.
Error: Could not link:
/usr/local/share/man/man1/brew.1

Please delete these paths and run brew update.
Error: Could not link:
/usr/local/share/doc/homebrew

Please delete these paths and run brew update.
解决办法

rm -rf /usr/local/etc/bash_completion.d/brew
rm -rf /usr/local/share/zsh/site-functions/_brew
rm -rf /usr/local/share/man/man1/brew.1
rm -rf /usr/local/share/doc/homebrew
brew update

相关文章

网友评论

      本文标题:执行brew update报错

      本文链接:https://www.haomeiwen.com/subject/eanllftx.html