2011-11-02 65 views
0

Possible Duplicate:
Can't install Imagemagick on Mac with Brew未能與釀造

我試圖在OS X Lion的安裝ImageMagick的,但出現以下錯誤安裝的ImageMagick:

[~]$ brew install imagemagick 
/usr/bin/git 
==> Cloning https://github.com/adamv/ImageMagick.git 
Cloning into /Users/isilber/Library/Caches/Homebrew/imagemagick--git... 
fatal: https://github.com/adamv/ImageMagick.git/info/refs not found: did you run git update-server-info on the server? 
Error: Failure while executing: git clone --depth 1 https://github.com/adamv/ImageMagick.git /Users/isilber/Library/Caches/Homebrew/imagemagick--git 

任何想法?

回答

0

更新您的BREW公式:

brew update 
0

你需要更新你的釀造設備和重置庫:

cd /usr/local 
brew update 
git reset --hard FETCH_HEAD 

然後你可以運行:

brew install imagemagick