neil icon indicating copy to clipboard operation
neil copied to clipboard

Home Brew Install Issue

Open sevacodebase opened this issue 5 years ago • 1 comments

I am trying to install brew I am getting below error message: Downloading and installing Homebrew... remote: Enumerating objects: 74, done. remote: Counting objects: 100% (74/74), done. remote: Compressing objects: 100% (74/74), done. error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed Failed during: git fetch origin --force

Please suggest me option to resolve the issue.

sevacodebase avatar Mar 21 '20 18:03 sevacodebase

You'll need to look at https://brew.sh/ to figure out how to get homebrew installed. My travis script just does brew update && brew install ghc cabal-install so try and see if you can get that working in isolation.

ndmitchell avatar May 03 '20 20:05 ndmitchell