Skip to content

Instantly share code, notes, and snippets.

@fstefanov
Forked from entropiae/fix_git_sslread_9806.sh
Created November 5, 2017 16:58
Show Gist options
  • Save fstefanov/0f192b5b93a036d8aa0d3837105c1d5e to your computer and use it in GitHub Desktop.
Save fstefanov/0f192b5b93a036d8aa0d3837105c1d5e 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