'CURL'不被识别为内部或外部命令?

时间:2014-04-21 13:14:52

标签: curl elasticsearch

我正在尝试使用Windows平台CURL中的ElasticSearch命令进行查询。

例如:localhost:9200/playground/equipment/1?pretty

我收到错误CURL is not recognized as an internal or external command

请帮我理解这个问题。

2 个答案:

答案 0 :(得分:2)

如果您已经安装了curl,请将安装它的目录添加到Windows路径中:

Windows Vista和Windows 7用户

1 - 在桌面上,右键单击我的电脑,然后点击属性
2 - 单击左栏中的高级系统设置链接 3 - 在“系统属性”窗口中,单击环境变量按钮 4 - 选择路径,然后点击修改 5 - 在末尾附加; c:\ path to curl directory 5 - 单击确定 6 - 关闭重新打开 命令提示

How to set the path and environment variables in Windows

http://www.computerhope.com/issues/ch000549.htm

答案 1 :(得分:0)

我不建议在Windows上使用cURL进行弹性搜索。

您最好使用任何REST工具,例如Post MANREST Console。 如果您想要自动完成,则应使用Marvel