Search This Blog

Showing posts with label brew upgrade. Show all posts
Showing posts with label brew upgrade. Show all posts

Sunday, May 24, 2020

Brew Update is not working on mac 10.14

Recently we need to upgrade node on MAC. Used brew to update and upgrade but it was hanging ..

Further to solve the issue, following steps helped :

cd `brew --prefix`/Homebrew
git fetch origin
git reset --hard origin/master
after that it worked well. 
Cheers,

Popular Posts