curl: Protocol 'http not supported or disabled in libcurl

Posted chuwu

tags:

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

在windows中使用curl的时候,命令为 curl ‘http://localhost:9200/?pretty‘

出现这个报错 curl: (1) Protocol ‘http not supported or disabled in libcurl

改为curl "http://localhost:9200/?pretty"即可

在linux中使用curl ‘http://localhost:9200/?pretty‘是正常的

以上是关于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的解决方法

python error: curl: Protocol "'https" not supported or disabled in libcurl

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

protocol http not supported or disabled in libcurl apt-get

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