curl: Protocol "'https" not supported or disabled in libcurl的解决方法

Posted ooo888ooo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了curl: Protocol "'https" not supported or disabled in libcurl的解决方法相关的知识,希望对你有一定的参考价值。

在win10中使用curl

下载地址:https://curl.haxx.se/download.html

1,安装curl【我按照在了D盘】

技术图片

2,配置环境变量——curl.exe所在的位置

技术图片

3,配置Path——%CURL_HOME%

技术图片

4,运行curl——curl --help

技术图片

5,API调用

技术图片

 

6,这里遇见了坑——curl: (1) Protocol "‘https" not supported or disabled in libcurl

解决方法:把文档中的 ‘‘ 引号,改成 "" 双引号就可以了

技术图片

 

以上是关于curl: Protocol "'https" not supported or disabled in libcurl的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

curl: Protocol “‘http“ not supported or disabled in libcurl的解决方法

curl: Protocol “‘http“ not supported or disabled in libcurl的解决方法

curl: Protocol “‘http“ not supported or disabled in libcurl的解决方法

curl: Protocol 'http not supported or disabled in libcurl

libcurl 中不支持或禁用协议“curl https”

curl 不支持 https(Protocol https not supported or disabled in libcurl)