Homebrew 在macOS Catalina 10.15.6上安装自制软件时出错

Homebrew 在macOS Catalina 10.15.6上安装自制软件时出错,homebrew,Homebrew,我已尝试使用以下链接下载brew: ruby-e“$(curl-fsSLhttps://raw.githubusercontent.com/Homebrew/install/master/install)“ 但是,我收到以下错误消息: ==> Downloading and installing Homebrew... HEAD is now at 771c961c5 Merge pull request #9001 from tie624/fix_url_missing_param ==

我已尝试使用以下链接下载brew:

ruby-e“$(curl-fsSLhttps://raw.githubusercontent.com/Homebrew/install/master/install)“

但是,我收到以下错误消息:

==> Downloading and installing Homebrew...
HEAD is now at 771c961c5 Merge pull request #9001 from tie624/fix_url_missing_param
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Enumerating objects: 20, done.
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 100% (14/14), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core` exited with 128.
Error: Failure while executing; `/usr/local/bin/brew tap homebrew/core` exited with 1.
Failed during: /usr/local/bin/brew update --force

你能按照他们网站上的说明安装吗

最好的

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"