Homebrew installation failed in Apple M1 Mac OS Monterey

Viewed 98

I have tried to install homebrew in my macbook Pro M1 Monterey 12.0.1 Every-time I am getting same issue irrespective of any solutions

Install Command : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

   HEAD is now at 9cfa3d9f2 Merge pull request #13790 from MikeMcQuaid/all_deprecation
==> Tapping homebrew/core
remote: Enumerating objects: 1261702, done.
remote: Counting objects: 100% (274/274), done.
remote: Compressing objects: 100% (129/129), done.
error: RPC failed; curl 56 LibreSSL SSL_read: Operation timed out, errno 60
error: 4605 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Failed during: git fetch --force origin refs/heads/master:refs/remotes/origin/master
satyaban@01hw ~ % 

Please help with solution as I have tried all possible solution like setting git buffer , httpverifyssl and rosette terminal etc.

Thanks in advance

0 Answers
Related