How do I install imagemagick with homebrew?

前端 未结 5 805
失恋的感觉
失恋的感觉 2020-12-22 17:24

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         


        
5条回答
  •  隐瞒了意图╮
    2020-12-22 18:02

    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.

提交回复
热议问题