解决办法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. 🙂
网友评论