I couldn't install homebrew.
Methods I tried:
- change http_proxy value `export http_proxy=http://127.0.0.1:10818;export https_proxy=http://127.0.0.1:10818;
- raise postBuffer value
git config --global http.postBuffer 5242880000
- change script using
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
instead of/usr/bin/ruby -e "$(curl -fsSL...
It worked. Can anyone possibly explain why it works? Thanks
Terminal keeps showing this message
==> 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