我是 HomeBrew 的新手,我试图从书中安装源代码存储库的扩展,以便在 Visual Studio for Mac 中使用。
命令:
brew install monodevelop.azurefunctions.8.8
事情是这样的:
Updating Homebrew...
==> Homebrew has enabled anonymous aggregate formula and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics have been recorded yet (nor will be during this `brew` run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Tapping homebrew/core
Cloning into '/Users/xxxxx/git/brew/Library/Taps/homebrew/homebrew-core'...
remote: Enumerating objects: 36, done.
remote: Counting objects: 100% (36/36), done.
remote: Compressing objects: 100% (23/23), done.
fatal: the remote end hung up unexpectedly6.11 MiB | 718.00 KiB/s
fatal: early EOF
fatal: index-pack failed
Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-core /Users/xxxxx/git/brew/Library/Taps/homebrew/homebrew-core` exited with 128.
Error: Failure while executing; `/Users/xxxxx/git/brew/bin/brew tap homebrew/core` exited with 1.
==> Tapping homebrew/core
Cloning into '/Users/xxxxx/git/brew/Library/Taps/homebrew/homebrew-core'...
remote: Enumerating objects: 36, done.
remote: Counting objects: 100% (36/36), done.
remote: Compressing objects: 100% (23/23), done.
fatal: the remote end hung up unexpectedly51.01 MiB | 5.71 MiB/s
fatal: early EOF
fatal: index-pack failed
Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-core /Users/xxxxx/git/brew/Library/Taps/homebrew/homebrew-core` exited with 128.
Error: Failure while executing; `/Users/xxxxx/git/brew/bin/brew tap homebrew/core` exited with 1.
我不知道如何继续。