Skip to content

Instantly share code, notes, and snippets.

@niclin
Last active December 16, 2016 13:46
Show Gist options
  • Save niclin/144fd3cd42368769814bae4c02e0439d to your computer and use it in GitHub Desktop.
Save niclin/144fd3cd42368769814bae4c02e0439d to your computer and use it in GitHub Desktop.
git: how to solve "SSLRead() return error -9806" in OSX using brew
brew remove git
brew remove curl
brew install openssl
brew install --with-openssl curl
brew install --with-brewed-curl --with-brewed-openssl git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment