安装curl

使用 scoop 一键安装

scoop install curl

设置 Powershell

由于 Powershell 关联 curl 到 Invoke-WebRequest 和 linxu 命令是不一样的,因此需要取消关联,直接在 Powershell 中输入

Remove-Item alias:curl

当然,每次启动 Powershell 都需要输入一次,太麻烦
因此我们将上面一句写入到 Powershell 的环境变量中,在 Powershell中 输入

notepad $profile

回打开一个文件,另起一行新的,将前面那句复制进去,保存
至此,可以愉快地在 windows 上 curl 了