无法修复 mac 上的自制程序安装
Unable to fix homebrew install on mac
在过去的几个月里,我一直在断断续续地尝试在我的 mac 上安装自制软件,但它无法正常工作。我试过删除目录,安装和重新安装自制程序,然后无法安装某些库,如 mongoosedb,我什至重置了我的电脑,问题仍然存在。
这是我现在尝试重新安装自制软件时收到的错误消息。
==> Tapping homebrew/core
remote: Enumerating objects: 973663, done.
remote: Counting objects: 100% (340/340), done.
remote: Compressing objects: 100% (189/189), done.
error: 4292 bytes of body are still expected.67 MiB | 6.00 MiB/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
关于如何解决这个问题有什么建议吗?
谢谢
我会提出一些建议,因为家庭酿造取决于酒窖
试试
rm -f /usr/local/Cellar
rm -f /usr/local/.git
这将重置您的 git,但是当您输入克隆命令时,您可以在提供 git 凭据后继续。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
如果您有 ruby 设置
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
虽然听起来很愚蠢,但问题是我在我的原始 wifi 上启用了 Child Block。
在过去的几个月里,我一直在断断续续地尝试在我的 mac 上安装自制软件,但它无法正常工作。我试过删除目录,安装和重新安装自制程序,然后无法安装某些库,如 mongoosedb,我什至重置了我的电脑,问题仍然存在。 这是我现在尝试重新安装自制软件时收到的错误消息。
==> Tapping homebrew/core
remote: Enumerating objects: 973663, done.
remote: Counting objects: 100% (340/340), done.
remote: Compressing objects: 100% (189/189), done.
error: 4292 bytes of body are still expected.67 MiB | 6.00 MiB/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
关于如何解决这个问题有什么建议吗? 谢谢
我会提出一些建议,因为家庭酿造取决于酒窖
试试
rm -f /usr/local/Cellar
rm -f /usr/local/.git
这将重置您的 git,但是当您输入克隆命令时,您可以在提供 git 凭据后继续。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
如果您有 ruby 设置
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
虽然听起来很愚蠢,但问题是我在我的原始 wifi 上启用了 Child Block。