【发布时间】:2015-05-01 04:44:03
【问题描述】:
我使用的是 Ubuntu 14.04.2 LTS。 cURL 已安装,但不包含 HTTPS 作为它将使用的协议。
例如:
curl https://npmjs.org/install.sh | sh
给我这个:
curl: (1) Protocol https not supported or disabled in libcurl
检查 curl -V 结果:
Protocols: dict file ftp gopher http imap pop3 rtsp smtp telnet tftp
Features: IPv6 Largefile
该列表中缺少 HTTPS...那么,如何安装支持 HTTPS 的 cURL?
哦,sudo apt-get install curl 是我最初安装它时所做的。
【问题讨论】:
-
为什么这是一个糟糕的问题/被否决了?