我无法安装自制程序。
我尝试过的方法:
git config --global http.postBuffer 5242880000
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
而不是 /usr/bin/ruby -e "$(curl -fsSL...
更改脚本它有效。任何人都可以解释它为什么有效吗?谢谢
终端一直显示此消息
==> Downloading and installing Homebrew...
remote: Enumerating objects: 22, done.
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects: 100% (16/16), done.
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Failed during: git fetch origin master:refs/remotes/origin/master --tags --force
我遇到了同样的问题,我认为我们有同样的问题,当我安装自制程序/核心时它总是会中断:
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno
54 fatal: the remote end hung up unexpectedly fatal: early EOF fatal:
index-pack failed Failed during: git fetch --force origin
refs/heads/master:refs/remotes/origin/master
我使用这些资源来解决问题 自制软件安装:失败:git fetch origin master:refs/remotes/origin/master -n --深度=1
https://www.programmersought.com/article/74365494100/
我的步骤:
我删除了与 Homebrew 相关的所有文件夹,您可以在安装运行开始时找到它们: (输入脚本并运行,因为您可能需要多次执行,就像我一样:/) ==> 该脚本将安装:
/usr/local/bin/brew /usr/local/share/doc/homebrew /usr/local/share/man/man1/brew.1 /usr/local/share/zsh/site-functions/_brew /usr/local/etc/bash_completion.d/brew /usr/local/Homebrew
我确保所有网络连接都正常并且可以 ping 通 github.com
我确保我的电子邮件已分配给 github 上的帐户
git config --global user.email [电子邮件受保护]
正如您增加后缓冲区值一样
git config --global http.postBuffer 5242880000
修改 ssl 传输的安全设置
git config --global http.ssl验证“false”
然后一切顺利并开始正常下载。我没有坏掉,但花了很长时间...我记得离开我的 MacBook Pro 并在很长一段时间后回来,它仍在传输...我希望我能够提供帮助。
我花了一整天的时间才解决这个问题,但是如果您需要更多帮助,这两个链接包含所有详细信息。
我花了几个小时的时间来处理这个问题,并尝试了这里和其他一些网站上提到的所有修复。
这是一个打开VPN的简单案例
在 ubuntu 20.04 中, 转到文件菜单,选择“其他位置”,选择“计算机”,选择“主”文件夹。 右键单击并“在终端中打开”。
输入“sudo rm -rf linuxbrew”。
再次尝试安装。
如果仍然弹出错误,
输入“git config --global user.email '
我的问题是我在欧洲,GitHub 的法国节点速度非常慢。我使用 VPN 连接到美国,然后几秒钟就完成了。