Created
March 1, 2012 11:17
-
-
Save wolverian/1949145 to your computer and use it in GitHub Desktop.
brew install -vd git-flow
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
~ brew install -vd git-flow | |
==> Cloning https://github.com/nvie/gitflow.git | |
git clone --depth 1 https://github.com/nvie/gitflow.git /Users/wolverian/Library/Caches/Homebrew/git-flow--git | |
Cloning into '/Users/wolverian/Library/Caches/Homebrew/git-flow--git'... | |
remote: Counting objects: 324, done. | |
remote: Compressing objects: 100% (244/244), done. | |
remote: Total 324 (delta 101), reused 247 (delta 42) | |
Receiving objects: 100% (324/324), 229.24 KiB | 193 KiB/s, done. | |
Resolving deltas: 100% (101/101), done. | |
==> Checking out tag 0.4.1 | |
git checkout 0.4.1 | |
Note: checking out '0.4.1'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 1ffb6b1... Merge branch 'release/0.4.1' | |
git checkout-index -a -f --prefix=/private/tmp/homebrew-git-flow-0.4.1-fstO/ | |
git submodule init | |
Submodule 'shFlags' (git://github.com/nvie/shFlags.git) registered for path 'shFlags' | |
git submodule update | |
Cloning into 'shFlags'... | |
remote: Counting objects: 454, done. | |
remote: Compressing objects: 100% (55/55), done. | |
remote: Total 454 (delta 389), reused 454 (delta 389) | |
Receiving objects: 100% (454/454), 101.30 KiB, done. | |
Resolving deltas: 100% (389/389), done. | |
Submodule path 'shFlags': checked out '2fb06af13de884e9680f14a00c82e52a67c867f1' | |
git submodule --quiet foreach --recursive git checkout-index -a -f "--prefix=/private/tmp/homebrew-git-flow-0.4.1-fstO/$path/" | |
==> make prefix=/usr/local/Cellar/git-flow/0.4.1 install | |
make prefix=/usr/local/Cellar/git-flow/0.4.1 install | |
install -d -m 0755 /usr/local/Cellar/git-flow/0.4.1/bin | |
install -m 0755 git-flow /usr/local/Cellar/git-flow/0.4.1/bin | |
install -m 0644 git-flow-init git-flow-feature git-flow-hotfix git-flow-release git-flow-support git-flow-version gitflow-common gitflow-shFlags /usr/local/Cellar/git-flow/0.4.1/bin | |
==> Cloning https://github.com/bobthecow/git-flow-completion.git | |
git clone --depth 1 https://github.com/bobthecow/git-flow-completion.git /Users/wolverian/Library/Caches/Homebrew/git-flow-completion--git | |
Cloning into '/Users/wolverian/Library/Caches/Homebrew/git-flow-completion--git'... | |
remote: Counting objects: 63, done. | |
remote: Compressing objects: 100% (53/53), done. | |
remote: Total 63 (delta 22), reused 39 (delta 10) | |
Unpacking objects: 100% (63/63), done. | |
==> Checking out tag 0.4.1.0 | |
git checkout 0.4.1.0 | |
error: pathspec '0.4.1.0' did not match any file(s) known to git. | |
Error: #<ErrorDuringExecution: Failure while executing: git checkout 0.4.1.0> | |
/usr/local/Library/Homebrew/utils.rb:95:in `safe_system' | |
/usr/local/Library/Homebrew/download_strategy.rb:27:in `quiet_safe_system' | |
/usr/local/Library/Homebrew/download_strategy.rb:368:in `stage' | |
/usr/local/Library/Homebrew/utils.rb:240:in `nostdout' | |
/usr/local/Library/Homebrew/download_strategy.rb:368:in `stage' | |
/usr/local/Library/Homebrew/download_strategy.rb:361:in `chdir' | |
/usr/local/Library/Homebrew/download_strategy.rb:361:in `stage' | |
/usr/local/Library/Homebrew/formula.rb:580:in `stage' | |
/usr/local/Library/Homebrew/formula.rb:505:in `mktemp' | |
/usr/local/Library/Homebrew/formula.rb:579:in `stage' | |
/usr/local/Library/Homebrew/formula.rb:203:in `brew' | |
/usr/local/Library/Formula/git-flow.rb:28:in `install' | |
/usr/local/Library/Homebrew/build.rb:82:in `install' | |
/usr/local/Library/Homebrew/formula.rb:208:in `brew' | |
/usr/local/Library/Homebrew/formula.rb:583:in `stage' | |
/usr/local/Library/Homebrew/formula.rb:505:in `mktemp' | |
/usr/local/Library/Homebrew/formula.rb:579:in `stage' | |
/usr/local/Library/Homebrew/formula.rb:203:in `brew' | |
/usr/local/Library/Homebrew/build.rb:61:in `install' | |
/usr/local/Library/Homebrew/build.rb:30 | |
/usr/local/Library/Formula/git-flow.rb:25 | |
==> Rescuing build... | |
When you exit this shell Homebrew will attempt to finalise the installation. | |
If nothing is installed or the shell exits with a non-zero error code, | |
Homebrew will abort. The installation prefix is: | |
/usr/local/Cellar/git-flow/0.4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment