无法在 MacBook Pro 上使用 HomeBrew 运行“monodevelop.azurefunctions.8.8”

时间:2021-02-01 05:12:26

标签: azure-functions homebrew monodevelop visual-studio-mac

我是 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.

我不知道如何继续。

1 个答案:

答案 0 :(得分:0)

在我的特定实例中,我试图使用这个 source code

我发现如果我从官方网站安装了.NET Core 3.0,关于需要这个扩展的警告消失了。