curl的下载和安装
一、下载
下载地址:https://curl.haxx.se/windows/

点击“Downloads”

点击Old Releases

下载后如下所示:
![]()
二、安装
解压即可

三、配置环境变量

在path中追加这个环境变量即可

四、验证是否安装成功
C:\Users\miracle>curl --version curl 7.83.1 (Windows) libcurl/7.83.1 Schannel Release-Date: 2022-05-13 Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp Features: AsynchDNS HSTS IPv6 Kerberos Largefile NTLM SPNEGO SSL SSPI UnixSockets C:\Users\miracle>
表示安装成功