Shammer's Philosophy

My private adversaria

Couldn't install Homebrew

I couldn't install Homebrew into my Mac, version 10.9.2. The error message is below.

==> Downloading and installing Homebrew...
fatal: unable to access 'https://github.com/Homebrew/homebrew/': SSL certificate problem: Invalid certificate chain
Failed during: git fetch origin master:refs/remotes/origin/master -n

According to this site, github certificate has been changed against OpenSSL Heartbeat issue. Recovery step is below.

  1. Open Safari
  2. Access to https://github.com, Safari opens Certificate Dialog
  3. Show Certificate
  4. Select github.com certificate
  5. Open Trust section and change value to "Always Trust"
  6. Open Terminal
  7. ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"