Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从以下链接安装 curl
https://curl.haxx.se/download.html
从 Windows 64 - 通用。但 zip 文件夹没有 curl.exe 文件。我不知道该怎么办。如何在我的 cmd 中运行 curl?
我已经下载了这个:Win64 x86_64 7zip 7.49.1 binary SSL SSH Viktor Szakáts 1.81 MB
并且 zip 文件夹包含一个 curl.exe(在 bin 文件夹中)。
使用 cmd 转到此目录,然后输入 curl --help 或任何其他 curl 命令。