Skip to content

Instantly share code, notes, and snippets.

@rhaleblian
Last active August 17, 2021 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhaleblian/818548ca1ace904ba35f01ea170ac3a8 to your computer and use it in GitHub Desktop.
Save rhaleblian/818548ca1ace904ba35f01ea170ac3a8 to your computer and use it in GitHub Desktop.
High Sierra gotchas, now that it's 2021

Homebrew no longer supports macFUSE

"... because it is no longer open source, as a result, it seems all formulae that depend on macFUSE are being disabled." You can still install sshfs via the homebrew-fuse tap:

brew install gromgit/fuse/sshfs

"Allow" button not working when System Software is blocked from loading

https://discussions.apple.com/thread/8229455

Homebrew can't build CMake

Install CMake to /Applications and link dirs into /usr/local/opt/cmake . No really it seems to work!

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