【发布时间】:2017-06-13 23:07:39
【问题描述】:
我最近正在学习在 Windows 上使用ElasticSearch。
我按照this page 的说明进行操作,结果卡在Checking that Elasticsearch is running。
我已经为 Windows 下载了最新的 curl 二进制可执行文件 (7.54.0),但是当我使用按钮 COPY AS CURL 复制以下行时:
curl -XGET 'localhost:9200/?pretty'
它给出了错误:
curl: (6) Could not resolve host: 'localhost
我已尝试解决方案here 禁用 IPV6,但问题仍然存在。
【问题讨论】:
标签: curl elasticsearch