无法使用 Brew 在 Mac 上安装 Imagemagick

发布于 2024-12-04 16:01:35 字数 567 浏览 0 评论 0原文

我在 Mac OS Lion 上使用 Brew v0.8。

当我尝试安装 Imagemagick 时:

MacBook-kir:rails kir$ brew install imagemagick
/usr/bin/git
==> Cloning https://github.com/adamv/ImageMagick.git
Cloning into /Users/kir/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/kir/Library/Caches/Homebrew/imagemagick--git

如何安装 Imagemagick?

I am using Brew v0.8 on my Mac OS Lion.

When I am trying to install Imagemagick:

MacBook-kir:rails kir$ brew install imagemagick
/usr/bin/git
==> Cloning https://github.com/adamv/ImageMagick.git
Cloning into /Users/kir/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/kir/Library/Caches/Homebrew/imagemagick--git

How to install Imagemagick?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

策马西风 2024-12-11 16:01:35

您需要更新您的brew安装并重置存储库:

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

然后您可以运行:

brew install imagemagick

You need to update your brew installation and reset the repository:

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

Then you can run:

brew install imagemagick
坏尐絯 2024-12-11 16:01:35

可能是brew 下载ImageMagick 的镜像被移动了。

尝试运行 brew update,然后再次运行 brew install imagemagick

It might be that the mirror that brew downloads ImageMagick from was moved.

Try running brew update and then brew install imagemagick again

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文