Created
April 2, 2016 23:49
-
-
Save msridhar/1359a2b1463d7ded35b16e4d7cd637c1 to your computer and use it in GitHub Desktop.
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
> mkdir ~/Documents/brew-20160402 | |
> sudo mv /usr/local ~/Documents/brew-20160402 | |
Password: | |
> /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
==> This script will install: | |
/usr/local/bin/brew | |
/usr/local/Library/... | |
/usr/local/share/man/man1/brew.1 | |
Press RETURN to continue or any other key to abort | |
==> /usr/bin/sudo /bin/mkdir /usr/local | |
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local | |
==> /usr/bin/sudo /usr/sbin/chown m.sridharan:admin /usr/local | |
==> /usr/bin/sudo /usr/bin/chgrp admin /Library/Caches/Homebrew | |
==> Downloading and installing Homebrew... | |
remote: Counting objects: 4086, done. | |
remote: Compressing objects: 100% (3933/3933), done. | |
remote: Total 4086 (delta 35), reused 1763 (delta 20), pack-reused 0 | |
Receiving objects: 100% (4086/4086), 3.36 MiB | 2.39 MiB/s, done. | |
Resolving deltas: 100% (35/35), done. | |
From https://github.com/Homebrew/homebrew | |
* [new branch] master -> origin/master | |
HEAD is now at e13ff62 Revert "test-bot: clean up on Jenkins before building PR" | |
==> Tapping homebrew/core | |
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'... | |
remote: Counting objects: 3646, done. | |
remote: Compressing objects: 100% (3529/3529), done. | |
remote: Total 3646 (delta 12), reused 1685 (delta 4), pack-reused 0 | |
Receiving objects: 100% (3646/3646), 2.70 MiB | 2.32 MiB/s, done. | |
Resolving deltas: 100% (12/12), done. | |
Checking connectivity... done. | |
Tapped 3524 formulae (3,673 files, 8.5M) | |
==> Installation successful! | |
==> Next steps | |
Run `brew help` to get started | |
> brew install git | |
==> Downloading https://homebrew.bintray.com/bottles/git-2.8.0.el_capitan.bottle | |
Already downloaded: /Library/Caches/Homebrew/git-2.8.0.el_capitan.bottle.tar.gz | |
==> Pouring git-2.8.0.el_capitan.bottle.tar.gz | |
==> Caveats | |
The OS X keychain credential helper has been installed to: | |
/usr/local/bin/git-credential-osxkeychain | |
The "contrib" directory has been installed to: | |
/usr/local/share/git-core/contrib | |
Bash completion has been installed to: | |
/usr/local/etc/bash_completion.d | |
zsh completion has been installed to: | |
/usr/local/share/zsh/site-functions | |
Emacs Lisp files have been installed to: | |
/usr/local/share/emacs/site-lisp/git | |
==> Summary | |
🍺 /usr/local/Cellar/git/2.8.0: 1,416 files, 30.5M | |
> /usr/local/bin/git clone https://github.com/msridhar/rewriting-proxy /tmp/rp | |
Cloning into '/tmp/rp'... | |
remote: Counting objects: 210, done. | |
remote: Total 210 (delta 0), reused 0 (delta 0), pack-reused 210 | |
Receiving objects: 100% (210/210), 38.48 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (113/113), done. | |
Checking connectivity... done. | |
Segmentation fault: 11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment