I\'m trying to install Imagemagick on OSX Lion but something is not working as expected.
-> brew install imagemagick
/usr/local/git/bin/git
==> Clonin
The quickest fix for me was doing the following:
cd /usr/local
git reset --hard FETCH_HEAD
Then I retried brew install imagemagick
and it correctly pulled the package from the new mirror, instead of adamv.
If that does not work, ensure that /Library/Caches/Homebrew
does not contain any imagemagick files or folders. Delete them if it does.