Skip to content

Instantly share code, notes, and snippets.

@phstc
Created May 27, 2012 03:19
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 phstc/2800819 to your computer and use it in GitHub Desktop.
Save phstc/2800819 to your computer and use it in GitHub Desktop.
brew doctor
Error: You have uncommitted modifications to Homebrew's core.
Unless you know what you are doing, you should run:
cd /usr/local && git reset --hard
Error: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
git
git-cvsserver
git-receive-pack
git-shell
git-upload-archive
git-upload-pack
gitk
vi
view
vim
vimdiff
Consider amending your PATH so that /usr/local/bin
is ahead of /usr/bin in your PATH.
@phstc
Copy link
Author

phstc commented May 27, 2012

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