Related questions
How do I install imagemagick with homebrew?
I'm trying to install Imagemagick on OSX Lion but something is not working as expected.
-> brew install imagemagick
/usr/local/git/bin/git
==> Cloning https://github.com/adamv/ImageMagick.git
Cloning into /Users/klebershimabuku/Library/Caches/Homebrew/…
How do I enable https support in libcurl?
When I try to $ brew update I'm getting the error:
error: Protocol https not supported or disabled in libcurl while accessing https://github.com/mxcl/homebrew/info/refs?service=git-upload-pack
However, when I $ curl --version, I see:
curl 7.21.4 (x86_64-apple-darwin12.2.0) …