When trying to build (on a plan with one taks, to test), an script curl task.
I get the error "'curl' is not recognized as an internal or external command,
operable program or batch file."
Simon says:
"
The error message you see is caused by the fact that the curl binary cannot be found and therefore cannot be executed.
Please check that the following apply (and if not corect):
- curl is installed in your system
- curl is in a directory that is listed in the $PATH environment variable
If curl is installed on your system you can also call the curl binary with the full path instead of just 'curl' and then you would not have to set the environment.
"
I hope this helps.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.