0

I am unable to install Home-brew in my MacBook Pro (Catalina OS). I have tried using the current command in the home-brew website

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

I get past the first stage, but get the following git error afterenter image description here

Diviyo
  • 27
  • 2
  • This is a bit of a long shot based on a similar StackOverflow post (https://stackoverflow.com/questions/48987512/ssl-connect-ssl-error-syscall-in-connection-to-github-com443), but try to run `networksetup -setv6off Wi-Fi` and give it another try. – Will Walsh May 04 '21 at 02:49

1 Answers1

3

Set your DNS Server to 8.8.8.8

Thesonter
  • 142
  • 11
  • This worked for me, I recently clean installed macOS Monterey and forgot about this setting. Homebrew installations works now. – Mike Rayco Oct 30 '21 at 02:34