mac 执行brew update 报错 Error: Could not link: /usr/local/share/doc/homebrew

更新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

 

相关文章:

  • 2021-08-24
  • 2022-01-10
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2021-07-24
  • 2022-01-18
猜你喜欢
  • 2021-09-20
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-04-07
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案