nitrocode opened this issue 7 years ago · 0 comments
Curl is installed by default on osx but it's not the latest.
brew install curl brew link curl --force
Add to .zshrc
.zshrc
export PATH="/usr/local/opt/curl/bin:$PATH"