sh git:如何使用brew在OSX中解决“SSLRead()返回错误-9806”
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh git:如何使用brew在OSX中解决“SSLRead()返回错误-9806”相关的知识,希望对你有一定的参考价值。
$ brew remove git
$ brew remove curl
$ brew install openssl
$ brew install --with-openssl curl
$ brew install --with-brewed-curl --with-brewed-openssl git
# If you don't already have php71 installed, replace "reinstall" with "install"
$ brew reinstall php71 --with-homebrew-curl # and any other with/without option offered by "brew info php71"
以上是关于sh git:如何使用brew在OSX中解决“SSLRead()返回错误-9806”的主要内容,如果未能解决你的问题,请参考以下文章
Brew无法找到git,即使git in path(Mac / OSX)
sh OSX脚本,方便启动和停止beanstalkd(brew版本)
sh OSX brew安装GNU coreutils,bin utils等...
解决 brew 一直卡在 Updating Homebrew
Mac OSX python多版本管理工具:pyenv 和 virtualenv搭建
Mac OSX python多版本管理工具:pyenv 和 virtualenv搭建