mac安装homebrew

本文档将指导你通过脚本安装和配置Mac开发环境所需工具,包括Xcode、Homebrew、Node.js、oh-my-zsh、Visual Studio Code、iTerm、Git等。在安装过程中,会遇到如Homebrew安装失败的问题,需解决相关依赖问题才能继续。最终成功安装所有工具,并配置了Git全局信息和shell为zsh。
摘要由CSDN通过智能技术生成

https://www.cnblogs.com/liyihua/p/12753163.html

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

在这里插入图片描述
Last login: Fri Jun 4 15:18:49 on console
hq@hqdeMacBook-Air ~ % ls
Desktop Downloads Movies Pictures
Documents Library Music Public
hq@hqdeMacBook-Air ~ % cd Downloads
hq@hqdeMacBook-Air Downloads % ls
start.sh
hq@hqdeMacBook-Air Downloads % sh start.sh

                 支付宝 - 行业前端                  

[INFO] 该脚本将带领你安装和配置开发环境所需要的工具和软件
[INPUT] 请按 回车 继续
[INFO] 开始安装和配置,请按提示操作!

[INFO] STEP 1. 安装工具和软件

[INFO] Xcode 开发者工具 尚未安装,现在开始安装,请稍候…
Software Update Tool

Finding available software
Label: Command Line Tools for Xcode-12.4: No such update
No updates are available.
[SUCCESS] Xcode 安装成功!

[INFO] homebrew 尚未安装,现在开始安装,请稍候…
Traceback (most recent call last):
ruby: No such file or directory – /var/folders/l8/zvh2v_2n3d5fgxkzwdzjvp8h0000gn/T/git_homebrew_install/install (LoadError)
[SUCCESS] homebrew 安装成功!

[INFO] Node.js 尚未安装,现在开始安装,请稍候…
start.sh: line 92: brew: command not found
[ERROR] Node.js 安装失败!
退出!
hq@hqdeMacBook-Air Downloads % sh start.sh

                 支付宝 - 行业前端                  

[INFO] 该脚本将带领你安装和配置开发环境所需要的工具和软件
[INPUT] 请按 回车 继续
[INFO] 开始安装和配置,请按提示操作!

[INFO] STEP 1. 安装工具和软件

[INFO] Xcode 开发者工具 尚未安装,现在开始安装,请稍候…
Software Update Tool

Finding available software
Label: Command Line Tools for Xcode-12.4: No such update
No updates are available.
[SUCCESS] Xcode 安装成功!

[INFO] homebrew 尚未安装,现在开始安装,请稍候…
Traceback (most recent call last):
ruby: No such file or directory – /var/folders/l8/zvh2v_2n3d5fgxkzwdzjvp8h0000gn/T/git_homebrew_install/install (LoadError)
[SUCCESS] homebrew 安装成功!

[INFO] Node.js 尚未安装,现在开始安装,请稍候…
start.sh: line 92: brew: command not found
[ERROR] Node.js 安装失败!
退出!
hq@hqdeMacBook-Air Downloads % sh start.sh

                 支付宝 - 行业前端                  

[INFO] 该脚本将带领你安装和配置开发环境所需要的工具和软件
[INPUT] 请按 回车 继续
[INFO] 开始安装和配置,请按提示操作!

[INFO] STEP 1. 安装工具和软件

[SUCCESS] 【跳过】检测到 Xcode 开发者工具 已经安装
[INFO] homebrew 尚未安装,现在开始安装,请稍候…
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”

curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
[SUCCESS] homebrew 安装成功!

[INFO] Node.js 尚未安装,现在开始安装,请稍候…
start.sh: line 92: brew: command not found
[ERROR] Node.js 安装失败!
退出!
hq@hqdeMacBook-Air Downloads %
hq@hqdeMacBook-Air Downloads % sh start.sh

                 支付宝 - 行业前端                  

[INFO] 该脚本将带领你安装和配置开发环境所需要的工具和软件
[INPUT] 请按 回车 继续
[INFO] 开始安装和配置,请按提示操作!

[INFO] STEP 1. 安装工具和软件

[SUCCESS] 【跳过】检测到 Xcode 开发者工具 已经安装
[INFO] homebrew 尚未安装,现在开始安装,请稍候…
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”

==> Checking for sudo access (which may request your password).
Password:
==> This script will install:
/opt/homebrew/bin/brew
/opt/homebrew/share/doc/homebrew
/opt/homebrew/share/man/man1/brew.1
/opt/homebrew/share/zsh/site-functions/_brew
/opt/homebrew/etc/bash_completion.d/brew
/opt/homebrew
==> The following new directories will be created:
/opt/homebrew/bin
/opt/homebrew/etc
/opt/homebrew/include
/opt/homebrew/lib
/opt/homebrew/sbin
/opt/homebrew/share
/opt/homebrew/var
/opt/homebrew/opt
/opt/homebrew/share/zsh
/opt/homebrew/share/zsh/site-functions
/opt/homebrew/var/homebrew
/opt/homebrew/var/homebrew/linked
/opt/homebrew/Cellar
/opt/homebrew/Caskroom
/opt/homebrew/Frameworks

Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /opt/homebrew
==> /usr/bin/sudo /usr/sbin/chown root:wheel /opt/homebrew
==> /usr/bin/sudo /bin/mkdir -p /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks
==> /usr/bin/sudo /bin/chmod g+rwx /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks
==> /usr/bin/sudo /usr/sbin/chown hq /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks
==> /usr/bin/sudo /usr/bin/chgrp admin /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks
==> /usr/bin/sudo /usr/sbin/chown -R hq:admin /opt/homebrew
==> /usr/bin/sudo /bin/mkdir -p /Users/hq/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/hq/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown -R hq /Users/hq/Library/Caches/Homebrew
==> Downloading and installing Homebrew…
remote: Enumerating objects: 184525, done.
remote: Counting objects: 100% (302/302), done.
remote: Compressing objects: 100% (156/156), done.
remote: Total 184525 (delta 150), reused 277 (delta 142), pack-reused 184223
Receiving objects: 100% (184525/184525), 49.42 MiB | 2.77 MiB/s, done.
Resolving deltas: 100% (136879/136879), done.
From https://github.com/Homebrew/brew

  • [new branch] dependabot/bundler/Library/Homebrew/sorbet-0.5.6405 -> origin/dependabot/bundler/Library/Homebrew/sorbet-0.5.6405
  • [new branch] master -> origin/master
  • [new tag] 0.1 -> 0.1
  • [new tag] 0.2 -> 0.2
  • [new tag] 0.3 -> 0.3
  • [new tag] 0.4 -> 0.4
  • [new tag] 0.5 -> 0.5
  • [new tag] 0.6 -> 0.6
  • [new tag] 0.7 -> 0.7
  • [new tag] 0.7.1 -> 0.7.1
  • [new tag] 0.8 -> 0.8
  • [new tag] 0.8.1 -> 0.8.1
  • [new tag] 0.9 -> 0.9
  • [new tag] 0.9.1 -> 0.9.1
  • [new tag] 0.9.2 -> 0.9.2
  • [new tag] 0.9.3 -> 0.9.3
  • [new tag] 0.9.4 -> 0.9.4
  • [new tag] 0.9.5 -> 0.9.5
  • [new tag] 0.9.8 -> 0.9.8
  • [new tag] 0.9.9 -> 0.9.9
  • [new tag] 1.0.0 -> 1.0.0
  • [new tag] 1.0.1 -> 1.0.1
  • [new tag] 1.0.2 -> 1.0.2
  • [new tag] 1.0.3 -> 1.0.3
  • [new tag] 1.0.4 -> 1.0.4
  • [new tag] 1.0.5 -> 1.0.5
  • [new tag] 1.0.6 -> 1.0.6
  • [new tag] 1.0.7 -> 1.0.7
  • [new tag] 1.0.8 -> 1.0.8
  • [new tag] 1.0.9 -> 1.0.9
  • [new tag] 1.1.0 -> 1.1.0
  • [new tag] 1.1.1 -> 1.1.1
  • [new tag] 1.1.10 -> 1.1.10
  • [new tag] 1.1.11 -> 1.1.11
  • [new tag] 1.1.12 -> 1.1.12
  • [new tag] 1.1.13 -> 1.1.13
  • [new tag] 1.1.2 -> 1.1.2
  • [new tag] 1.1.3 -> 1.1.3
  • [new tag] 1.1.4 -> 1.1.4
  • [new tag] 1.1.5 -> 1.1.5
  • [new tag] 1.1.6 -> 1.1.6
  • [new tag] 1.1.7 -> 1.1.7
  • [new tag] 1.1.8 -> 1.1.8
  • [new tag] 1.1.9 -> 1.1.9
  • [new tag] 1.2.0 -> 1.2.0
  • [new tag] 1.2.1 -> 1.2.1
  • [new tag] 1.2.2 -> 1.2.2
  • [new tag] 1.2.3 -> 1.2.3
  • [new tag] 1.2.4 -> 1.2.4
  • [new tag] 1.2.5 -> 1.2.5
  • [new tag] 1.2.6 -> 1.2.6
  • [new tag] 1.3.0 -> 1.3.0
  • [new tag] 1.3.1 -> 1.3.1
  • [new tag] 1.3.2 -> 1.3.2
  • [new tag] 1.3.3 -> 1.3.3
  • [new tag] 1.3.4 -> 1.3.4
  • [new tag] 1.3.5 -> 1.3.5
  • [new tag] 1.3.6 -> 1.3.6
  • [new tag] 1.3.7 -> 1.3.7
  • [new tag] 1.3.8 -> 1.3.8
  • [new tag] 1.3.9 -> 1.3.9
  • [new tag] 1.4.0 -> 1.4.0
  • [new tag] 1.4.1 -> 1.4.1
  • [new tag] 1.4.2 -> 1.4.2
  • [new tag] 1.4.3 -> 1.4.3
  • [new tag] 1.5.0 -> 1.5.0
  • [new tag] 1.5.1 -> 1.5.1
  • [new tag] 1.5.10 -> 1.5.10
  • [new tag] 1.5.11 -> 1.5.11
  • [new tag] 1.5.12 -> 1.5.12
  • [new tag] 1.5.13 -> 1.5.13
  • [new tag] 1.5.14 -> 1.5.14
  • [new tag] 1.5.2 -> 1.5.2
  • [new tag] 1.5.3 -> 1.5.3
  • [new tag] 1.5.4 -> 1.5.4
  • [new tag] 1.5.5 -> 1.5.5
  • [new tag] 1.5.6 -> 1.5.6
  • [new tag] 1.5.7 -> 1.5.7
  • [new tag] 1.5.8 -> 1.5.8
  • [new tag] 1.5.9 -> 1.5.9
  • [new tag] 1.6.0 -> 1.6.0
  • [new tag] 1.6.1 -> 1.6.1
  • [new tag] 1.6.10 -> 1.6.10
  • [new tag] 1.6.11 -> 1.6.11
  • [new tag] 1.6.12 -> 1.6.12
  • [new tag] 1.6.13 -> 1.6.13
  • [new tag] 1.6.14 -> 1.6.14
  • [new tag] 1.6.15 -> 1.6.15
  • [new tag] 1.6.16 -> 1.6.16
  • [new tag] 1.6.17 -> 1.6.17
  • [new tag] 1.6.2 -> 1.6.2
  • [new tag] 1.6.3 -> 1.6.3
  • [new tag] 1.6.4 -> 1.6.4
  • [new tag] 1.6.5 -> 1.6.5
  • [new tag] 1.6.6 -> 1.6.6
  • [new tag] 1.6.7 -> 1.6.7
  • [new tag] 1.6.8 -> 1.6.8
  • [new tag] 1.6.9 -> 1.6.9
  • [new tag] 1.7.0 -> 1.7.0
  • [new tag] 1.7.1 -> 1.7.1
  • [new tag] 1.7.2 -> 1.7.2
  • [new tag] 1.7.3 -> 1.7.3
  • [new tag] 1.7.4 -> 1.7.4
  • [new tag] 1.7.5 -> 1.7.5
  • [new tag] 1.7.6 -> 1.7.6
  • [new tag] 1.7.7 -> 1.7.7
  • [new tag] 1.8.0 -> 1.8.0
  • [new tag] 1.8.1 -> 1.8.1
  • [new tag] 1.8.2 -> 1.8.2
  • [new tag] 1.8.3 -> 1.8.3
  • [new tag] 1.8.4 -> 1.8.4
  • [new tag] 1.8.5 -> 1.8.5
  • [new tag] 1.8.6 -> 1.8.6
  • [new tag] 1.9.0 -> 1.9.0
  • [new tag] 1.9.1 -> 1.9.1
  • [new tag] 1.9.2 -> 1.9.2
  • [new tag] 1.9.3 -> 1.9.3
  • [new tag] 2.0.0 -> 2.0.0
  • [new tag] 2.0.1 -> 2.0.1
  • [new tag] 2.0.2 -> 2.0.2
  • [new tag] 2.0.3 -> 2.0.3
  • [new tag] 2.0.4 -> 2.0.4
  • [new tag] 2.0.5 -> 2.0.5
  • [new tag] 2.0.6 -> 2.0.6
  • [new tag] 2.1.0 -> 2.1.0
  • [new tag] 2.1.1 -> 2.1.1
  • [new tag] 2.1.10 -> 2.1.10
  • [new tag] 2.1.11 -> 2.1.11
  • [new tag] 2.1.12 -> 2.1.12
  • [new tag] 2.1.13 -> 2.1.13
  • [new tag] 2.1.14 -> 2.1.14
  • [new tag] 2.1.15 -> 2.1.15
  • [new tag] 2.1.16 -> 2.1.16
  • [new tag] 2.1.2 -> 2.1.2
  • [new tag] 2.1.3 -> 2.1.3
  • [new tag] 2.1.4 -> 2.1.4
  • [new tag] 2.1.5 -> 2.1.5
  • [new tag] 2.1.6 -> 2.1.6
  • [new tag] 2.1.7 -> 2.1.7
  • [new tag] 2.1.8 -> 2.1.8
  • [new tag] 2.1.9 -> 2.1.9
  • [new tag] 2.2.0 -> 2.2.0
  • [new tag] 2.2.1 -> 2.2.1
  • [new tag] 2.2.10 -> 2.2.10
  • [new tag] 2.2.11 -> 2.2.11
  • [new tag] 2.2.12 -> 2.2.12
  • [new tag] 2.2.13 -> 2.2.13
  • [new tag] 2.2.14 -> 2.2.14
  • [new tag] 2.2.15 -> 2.2.15
  • [new tag] 2.2.16 -> 2.2.16
  • [new tag] 2.2.17 -> 2.2.17
  • [new tag] 2.2.2 -> 2.2.2
  • [new tag] 2.2.3 -> 2.2.3
  • [new tag] 2.2.4 -> 2.2.4
  • [new tag] 2.2.5 -> 2.2.5
  • [new tag] 2.2.6 -> 2.2.6
  • [new tag] 2.2.7 -> 2.2.7
  • [new tag] 2.2.8 -> 2.2.8
  • [new tag] 2.2.9 -> 2.2.9
  • [new tag] 2.3.0 -> 2.3.0
  • [new tag] 2.4.0 -> 2.4.0
  • [new tag] 2.4.1 -> 2.4.1
  • [new tag] 2.4.10 -> 2.4.10
  • [new tag] 2.4.11 -> 2.4.11
  • [new tag] 2.4.12 -> 2.4.12
  • [new tag] 2.4.13 -> 2.4.13
  • [new tag] 2.4.14 -> 2.4.14
  • [new tag] 2.4.15 -> 2.4.15
  • [new tag] 2.4.16 -> 2.4.16
  • [new tag] 2.4.2 -> 2.4.2
  • [new tag] 2.4.3 -> 2.4.3
  • [new tag] 2.4.4 -> 2.4.4
  • [new tag] 2.4.5 -> 2.4.5
  • [new tag] 2.4.6 -> 2.4.6
  • [new tag] 2.4.7 -> 2.4.7
  • [new tag] 2.4.8 -> 2.4.8
  • [new tag] 2.4.9 -> 2.4.9
  • [new tag] 2.5.0 -> 2.5.0
  • [new tag] 2.5.1 -> 2.5.1
  • [new tag] 2.5.10 -> 2.5.10
  • [new tag] 2.5.11 -> 2.5.11
  • [new tag] 2.5.12 -> 2.5.12
  • [new tag] 2.5.2 -> 2.5.2
  • [new tag] 2.5.3 -> 2.5.3
  • [new tag] 2.5.4 -> 2.5.4
  • [new tag] 2.5.5 -> 2.5.5
  • [new tag] 2.5.6 -> 2.5.6
  • [new tag] 2.5.7 -> 2.5.7
  • [new tag] 2.5.8 -> 2.5.8
  • [new tag] 2.5.9 -> 2.5.9
  • [new tag] 2.6.0 -> 2.6.0
  • [new tag] 2.6.1 -> 2.6.1
  • [new tag] 2.6.2 -> 2.6.2
  • [new tag] 2.7.0 -> 2.7.0
  • [new tag] 2.7.1 -> 2.7.1
  • [new tag] 2.7.2 -> 2.7.2
  • [new tag] 2.7.3 -> 2.7.3
  • [new tag] 2.7.4 -> 2.7.4
  • [new tag] 2.7.5 -> 2.7.5
  • [new tag] 2.7.6 -> 2.7.6
  • [new tag] 2.7.7 -> 2.7.7
  • [new tag] 3.0.0 -> 3.0.0
  • [new tag] 3.0.1 -> 3.0.1
  • [new tag] 3.0.10 -> 3.0.10
  • [new tag] 3.0.11 -> 3.0.11
  • [new tag] 3.0.2 -> 3.0.2
  • [new tag] 3.0.3 -> 3.0.3
  • [new tag] 3.0.4 -> 3.0.4
  • [new tag] 3.0.5 -> 3.0.5
  • [new tag] 3.0.6 -> 3.0.6
  • [new tag] 3.0.7 -> 3.0.7
  • [new tag] 3.0.8 -> 3.0.8
  • [new tag] 3.0.9 -> 3.0.9
  • [new tag] 3.1.0 -> 3.1.0
  • [new tag] 3.1.1 -> 3.1.1
  • [new tag] 3.1.2 -> 3.1.2
  • [new tag] 3.1.3 -> 3.1.3
  • [new tag] 3.1.4 -> 3.1.4
  • [new tag] 3.1.5 -> 3.1.5
  • [new tag] 3.1.6 -> 3.1.6
  • [new tag] 3.1.7 -> 3.1.7
  • [new tag] 3.1.8 -> 3.1.8
  • [new tag] 3.1.9 -> 3.1.9
    HEAD is now at 654c78c2d Merge pull request #11479 from gibfahn/redirect_stdout
    ==> Tapping homebrew/core
    remote: Enumerating objects: 969337, done.
    remote: Counting objects: 100% (426/426), done.
    remote: Compressing objects: 100% (207/207), done.
    remote: Total 969337 (delta 256), reused 362 (delta 219), pack-reused 968911
    Receiving objects: 100% (969337/969337), 386.90 MiB | 3.57 MiB/s, done.
    Resolving deltas: 100% (660418/660418), done.
    From https://github.com/Homebrew/homebrew-core
  • [new branch] master -> origin/master
    HEAD is now at 7beb338974 phpmyadmin 5.1.1 (#78701)
    Warning: /opt/homebrew/bin is not in your PATH.
    ==> Installation successful!

==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this install run).

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations

==> Next steps:

  • Add Homebrew to your PATH in /Users/hq/.zprofile:
    echo 'eval “ ( / o p t / h o m e b r e w / b i n / b r e w s h e l l e n v ) " ′ > > / U s e r s / h q / . z p r o f i l e e v a l " (/opt/homebrew/bin/brew shellenv)"' >> /Users/hq/.zprofile eval " (/opt/homebrew/bin/brewshellenv)">>/Users/hq/.zprofileeval"(/opt/homebrew/bin/brew shellenv)”
  • Run brew help to get started
  • Further documentation:
    https://docs.brew.sh
    [SUCCESS] homebrew 安装成功!
要在Mac安装Homebrew,可以按照以下步骤进行操作: 1. 打开终端:在Mac上,可以通过“Spotlight”搜索栏中搜索“终端”来打开终端应用程序。 2. 安装Homebrew:在终端中输入以下命令,并按回车键执行: ``` /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` 这个命令会自动下载并安装Homebrew。 3. 等待安装完成:终端会显示安装的进度和相关提示信息,请耐心等待安装完成。 4. 验证安装安装完成后,在终端中输入以下命令来验证Homebrew是否成功安装: ``` brew -v ``` 如果成功安装,终端会显示Homebrew的版本号。 现在,您已经成功在Mac安装Homebrew,并可以使用它来管理软件包了。您可以使用`brew`命令来安装、卸载、更新、查看和搜索各种软件包。如果需要更多帮助,可以使用以下命令来查看Homebrew的帮助信息: ``` brew -h ``` 或者 ``` brew help ``` 请注意,安装Homebrew可能会遇到一些问题,具体取决于您的系统和网络环境。如果遇到任何问题,您可以参考官方文档或者在相关论坛和社区寻求帮助。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [mac 安装HomeBrew(100%成功)](https://blog.csdn.net/weixin_38716347/article/details/123838344)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *3* [mac 安装homebrew ](https://download.csdn.net/download/star19880911/12278561)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值