文章转自:http://c.n-di.com/2017/07/17/1827.html
版权归原作者!
mac 执行brew update 报错
Error: Could not link:
/usr/local/share/doc/homebrew
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
本文介绍了在Mac系统中使用Homebrew时遇到brew update命令报错的问题,并提供了一种简单的解决方案,通过删除特定路径下的文件夹后重新运行brew update来解决链接失败的错误。

1万+

被折叠的 条评论
为什么被折叠?



