如何更新 Homebrew?
当我运行时:
brew update
我收到一条消息,说它在 /usr/local/.git/
中初始化了一个空存储库,然后我收到此错误:
When I ran:
brew update
I got a message saying it initialized an empty repository in /usr/local/.git/
, then I got this error:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
cd /usr/local
git status
git status
code> 直到干净brew update
cd /usr/local
git status
git status
til it's cleanbrew update
从 2021 年开始,您只需使用
brew update
即可更新自制软件本身。As of 2021 you can simply use
brew update
which updates homebrew itself.或者,您可以通过再次安装来更新
brew
。 (我认为我这样做是因为 El Capitan 更改了某些内容)注意:这是一种严厉的方法,将删除通过 brew 安装的所有应用程序!
尝试安装一个新的brew,它会告诉你如何卸载。
在最初撰写本文时卸载:
编辑:截至 2020 年卸载:
Alternatively you could update
brew
by installing it again. (Think I did this as El Capitan changed something)Note: this is a heavy handed approach that will remove all applications installed via brew!
Try to install brew a fresh and it will tell how to uninstall.
At original time of writing to uninstall:
Edit: As of 2020 to uninstall: