elasstic search request not sucessfully

来源:互联网 发布:商用的数据挖掘软件系 编辑:程序博客网 时间:2024/06/11 06:56

在终端输入curl 'http://localhost:9200/?pretty' 发送http请求报错:curl: (1) Protocol "'http" not supported or disabled in libcurl


解决办法:把单引号换为双引号即可,curl "http://localhost:9200/?pretty"

原创粉丝点击