码迷,mamicode.com
首页 > Web开发 > 详细

curl: (1) Protocol 'http not supported or disabled in libcurl

时间:2019-08-16 18:51:36      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:pre   host   str   prot   protocol   port   isa   local   disabled   

在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: (1) Protocol 'http not supported or disabled in libcurl

标签:pre   host   str   prot   protocol   port   isa   local   disabled   

原文地址:https://www.cnblogs.com/chuwu/p/11365481.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!