【发布时间】:2018-09-22 00:53:38
【问题描述】:
我正在尝试在我的 MacBook Pro 上安装 mxnet。他们网站上的第一步是通过键入以下内容来安装 Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
在终端中。
这给了我下面的错误。
Conrados-MBP:~ conrados$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" curl:(1)libcurl中不支持或禁用协议“https”
我该如何解决这个问题?
【问题讨论】: