我不能在我的Mac上安装ImageMagick:
brew install ImageMagick
==> Downloading http://www.imagemagick.org/download/releases/ImageMagick-6.9.2-4.tar.xz
curl: (22) The requested URL returned error: 404 Not Found
Trying a mirror...
==> Downloading http://ftp.nluug.nl/ImageMagick/ImageMagick-6.9.2-4.tar.xz
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "imagemagick"
Download failed: http://ftp.nluug.nl/ImageMagick/ImageMagick-6.9.2-4.tar.xz发布于 2015-11-19 10:09:36
在卸载brew并重新安装brew之后,这个工作很好,谢谢。
下面是安装brew的命令:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"发布于 2015-11-19 17:23:00
你有一种过时的家用啤酒。然后运行brew update,然后再试一次;众所周知,ImageMagick经常更改它们的URL并破坏旧的URL;因此,如果您很长时间没有更新brew,您可能会遇到构建失败。
https://stackoverflow.com/questions/33800005
复制相似问题