【发布时间】:2022-01-15 02:42:18
【问题描述】:
尝试使用命令/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 在 M1 Mac Mini 上安装自制软件,就像文档中一样。
然后中途出现这个错误
==> Tapping homebrew/core
remote: Enumerating objects: 1107077, done.
remote: Counting objects: 100% (228/228), done.
remote: Compressing objects: 100% (157/157), done.
error: 545 bytes of body are still expected.44 MiB | 341.00 KiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
Failed during: git fetch --force origin refs/heads/master:refs/remotes/origin/master
myuser~ %
不知道为什么,
【问题讨论】:
-
添加 github 标签(因为这更与 github 相关)