我正在尝试运行包装在 Ruby 代码中的 Curl 命令,如下所示:
f=IO.popen("C:\Windows\System32\curl.exe -H 'Authorization: Bearer #{token}' -s -v -D - http://api.pageuppeople.com/v1/NAS/Config/LanguageDictionary/Overrides --debug 2>NUL").readlines
但是,我得到的输出是:
'curl' is not recognized as an internal or external command, operable program or batch file
我在 Windows 7 上运行。
我还在环境路径中设置了“C:\Windows\System32”。
请帮忙。