ruby -e "$(curl --insecure -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
出现curl: (35) Server aborted the SSL handshak非常可能是因为网络不稳定,需要执行一下卸载命令,然后再重新安装。
卸载命令:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"