解決辦法stackoverflow:
$ brew update
$ brew upgrade openssl
$ brew link openssl --force
$ brew install --with-openssl curl
$ brew link curl --force
then reload you shell profile (source ~/.bash_profile?or?source ~/.zshrc), confirm you curl
finally you will good to go. ??