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.
- Open Safari
- Access to https://github.com, Safari opens Certificate Dialog
- Show Certificate
- Select github.com certificate
- Open Trust section and change value to "Always Trust"
- Open Terminal
- ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"