ndmitchell / neil

General tools for Neil
Other
38 stars 16 forks source link

Home Brew Install Issue #48

Open sevacodebase opened 4 years ago

sevacodebase commented 4 years ago

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.

ndmitchell commented 4 years ago

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.