I'm trying to install mxnet on my MacBook Pro. The first step on their website was to install Homebrew by typing:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
in the Terminal.
This gave me the error below.
Conrados-MBP:~ conrados$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" curl: (1) Protocol "https" not supported or disabled in libcurl
How do I fix this?