Skip to content

Instantly share code, notes, and snippets.

@awendt
Created March 27, 2012 12:53
Show Gist options
  • Save awendt/2215555 to your computer and use it in GitHub Desktop.
Save awendt/2215555 to your computer and use it in GitHub Desktop.
Brew update broken
homebrew ((8d9fd73...)) $ git co master
Switched to branch 'master'
Your branch is behind 'upstream/master' by 13 commits, and can be fast-forwarded.
homebrew (master) $ brew update
Already up-to-date.
homebrew (master) $
@addywaddy
Copy link

.git/config

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
autocrlf = false
[remote "origin"]
url = git://github.com/mxcl/homebrew.git
fetch = +refs/heads/:refs/remotes/origin/

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