使用 Brew 安装 ImageMagick 失败
我正在尝试在 OS X Lion 上安装 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
有什么想法吗?
Possible Duplicate:
Can't install Imagemagick on Mac with Brew
I'm trying to install ImageMagick on OS X Lion but get the following error:
[~]$ 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
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更新您的酿造配方:
update your brew formulas:
您需要更新您的brew安装并重置存储库:
然后您可以运行:
You need to update your brew installation and reset the repository:
Then you can run: