Homebrew Mac Update Issues

后端 未结 3 1024
醉梦人生
醉梦人生 2020-12-25 10:36

This is something that I\'ve noticed starting about 2 days ago. In my past experience, Homebrew would always have daily updates. I would always type the command brew u

3条回答
  •  被撕碎了的回忆
    2020-12-25 10:59

    According to https://github.com/Homebrew/brew#update-bug

    If Homebrew was updated on Aug 10-11th 2016 and brew update always says Already up-to-date. you need to run

    cd $(brew --repo); git fetch; git reset --hard origin/master; brew update
    

提交回复
热议问题