使用 Brew 安装 ImageMagick 失败

发布于 2024-12-13 05:58:46 字数 732 浏览 2 评论 0原文

可能的重复:
无法使用 Brew 在 Mac 上安装 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 技术交流群。

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

发布评论

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

评论(2

合约呢 2024-12-20 05:58:46

更新您的酿造配方:

brew update

update your brew formulas:

brew update
顾挽 2024-12-20 05:58:46

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