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

在win10中使用curl

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

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

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

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

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

3,配置Path——%CURL_HOME%

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

4,运行curl——curl --help

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

5,API调用

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

 

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

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

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

 

上一篇:org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not s


下一篇:elementUI el-date-picker