Created
April 18, 2014 16:39
-
-
Save ajlanghorn/11053252 to your computer and use it in GitHub Desktop.
Homebrew errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
==> This script will install: | |
/usr/local/bin/brew | |
/usr/local/Library/... | |
/usr/local/share/man/man1/brew.1 | |
==> The following directories will be made group writable: | |
/usr/local/. | |
/usr/local/bin | |
/usr/local/etc | |
/usr/local/share | |
/usr/local/share/man | |
/usr/local/share/man/man1 | |
/usr/local/share/man/man3 | |
/usr/local/share/man/man5 | |
/usr/local/share/man/man7 | |
Press RETURN to continue or any other key to abort | |
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. /usr/local/bin /usr/local/etc /usr/local/share /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 /usr/local/share/man/man5 /usr/local/share/man/man7 | |
WARNING: Improper use of the sudo command could lead to data loss | |
or the deletion of important system files. Please double-check your | |
typing when using sudo. Type "man sudo" for more information. | |
To proceed, enter your password, or type Ctrl-C to abort. | |
Password: | |
==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew | |
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew | |
==> Downloading and installing Homebrew... | |
/usr/local/.git: Permission denied | |
Failed during: git init -q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment