Skip to content

Instantly share code, notes, and snippets.

@mpdehnel
Created October 14, 2015 10:46
Show Gist options
  • Save mpdehnel/9031b9ad334c25925346 to your computer and use it in GitHub Desktop.
Save mpdehnel/9031b9ad334c25925346 to your computer and use it in GitHub Desktop.
Brew Cask Fonts Issue

Getting an error in brew update about a particular cask? Try untapping it and re-tapping it. I had this issue with caskroom/fonts.

brew untap caskroom/fonts && brew update && brew cleanup --force -s && rm -rf "$(brew --cache)" && brew tap caskroom/fonts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment