Mac 电脑默认已经安装了 curl 命令行工具。您可以在终端中打开 curl 来验证它是否已经安装。在终端中输入以下命令即可检查 curl 是否安装:
curl --version
如果您发现 curl 没有安装,可以使用以下命令在 Mac 上安装 curl:
- 打开终端应用程序(在“应用程序”文件夹中)。
- 在终端中运行以下命令以安装 Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- 安装 curl 命令:
brew install curl
安装完成后,您可以通过在终端中运行 curl –version 命令来检查 curl 是否已正确安装。
This article is written by wikishu, and the copyright belongs to ©Wikishu. 【Unauthorized reprinting is prohibited.】
If you need to reprint, please indicate the source and contact wikishu or visit Wikishu(https://wikishu.com) to obtain authorization. Any unauthorized use of the content of this article will be considered an infringement.
Original source: https://wikishu.com/?p=8015