spulec / uncurl

A library to convert curl requests to python-requests.
Apache License 2.0
615 stars 96 forks source link

fail to use uncurl in git bash under windows #16

Closed LalZzy closed 6 years ago

LalZzy commented 6 years ago

Does it support to use command line in windows system? I tried type uncurl in CMD and git bash, neither succeeds.

LalZzy commented 6 years ago

In git bash, use winpty uncurl instead of uncurl In windows cmd, just type curl I didn't try using it in windows CMD. : )