Re: [homebrew] Fail when updating and installing updated formula
- From:
- Humza Yaqoob
- Date:
- 2011-04-28 @ 20:41
I've seen this before, you can resolve it by `cd`ing into your
homebrew install and using `git add` to track all formulae, aliases,
and commands then committing. As usual, everything is taken care of as
far as updates are concerned, using git.
On Thu, Apr 28, 2011 at 10:18 AM, christoffer.buchholz@gmail.com
<christoffer.buchholz@gmail.com> wrote:
> Hey guys,
>
> I just installed OS X from scratch on my machine the other day, and as
> always, I install homebrew as one of the first things. Today I wanted
> to check for updates. I usually use `brew update; brew install `brew
> outdated` for this, but something is not working anymore[1]. I have
> not had this error before, and I haven't done anything with homebrew
> other than to install some packages.
> I'm not very familiar with the internal setup of homebrew, so I don't
> wanna go and poke around before I know more.
>
> Can someone help me?
>
> [1]: https://gist.github.com/946416
>