本文介绍了curl不被识别为内部或外部命令?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

C:\Users\WaQas> curl -v google.com

C:\Users\WaQas>curl -v google.com

我已从,并在。

我用命令提示符测试了它如下所示

I tested it with Command Prompt as this below

C:\Users\xxx>curl -v google.com

但是我收到一条错误信息,打印在命令提示符中,

But I get an error message printed in the Command Prompt,

`curl` is not recognized as an internal or external command.

任何想法我还应该做什么来使它工作或我错过了什么?

Any idea what else should I do to make it work or what have I missed?

推荐答案

您可能没有设置路径。设置环境路径(将curl可执行文件夹添加到路径),然后重新启动命令提示符。它应该工作

you probably do not have the path set. Set the environment path (add curl executable bin to the path) and then restart the command prompt. it should work

这篇关于curl不被识别为内部或外部命令?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 06:32
查看更多