我无法安装自制软件。
我试过的方法:
- 更改 http_proxy 值`export http_proxy=http://127.0.0.1:10818;export https_proxy=http://127.0.0.1:10818;
- 提高 postBuffer 值
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