Skip to content

Instantly share code, notes, and snippets.

@pmkhoa
Forked from henrik/gist:3181718
Created September 30, 2016 21:29
Show Gist options
  • Save pmkhoa/580fce3cb8d2265fee0665097f316e40 to your computer and use it in GitHub Desktop.
Save pmkhoa/580fce3cb8d2265fee0665097f316e40 to your computer and use it in GitHub Desktop.
Fix "unsupported new OS, trying as if it were 10.6-10.7" from reattach-to-user-namespace on Mountain Lion (probably in tmux).
# Start by checking if they fixed it upstream:
brew update
brew upgrade reattach-to-user-namespace
# If it says it's already installed, they haven't fixed it upstream. So do this:
# Edit the recipe:
brew edit reattach-to-user-namespace
# In your editor, change:
# dadea0aa48259c704d0b412b9588de2f5623e323 (on line 6) to ece1935953593d05e98d8c3ee8f956b2429d633f
# dadea0 (on line 7) to ece193
# Install the edited version:
brew upgrade reattach-to-user-namespace
# Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment