Open leevin101 opened 7 months ago
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
when use curl comman with Chinese charter,will response with exception
Sure, but that was not the question. The question was Bash or CMD or PowerShell or other.
Also keep in mind that curl
is not exactly within Git for Windows' area of support.
Having said that, you may need to set LC_CTYPE=C.UTF-8
or something similar to make that command work correctly; Unlike Git for Windows, the curl.exe
does not assume UTF-8 encoding in its input.
thanks for your reply. But I found that a few curl. exe versions with the word "Unicode" in the Feature can successfully execute.
Setup
windows 10 64-bit
insert your response here
Details
when use curl comman with Chinese charter,will response with exception
NO