You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey !
I am trying to install curl along with nghttp2 using the command brew install curl --with-openssl --with-nghttp2 but there is no option with-nghttp2, indeed :
MacBook-Air-de-Etienne:sdk-folder etiennemeunier$ brew info curl
curl: stable 7.63.0 (bottled), HEAD [keg-only]
Get a file from an HTTP, HTTPS or FTP server
https://curl.haxx.se/
/usr/local/Cellar/curl/HEAD-3cbf731 (450 files, 3MB)
Built from source on 2019-01-24 at 12:14:22
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/curl.rb
==> Dependencies
Build: pkg-config ✔
==> Options
--HEAD
Install HEAD version
==> Caveats
curl is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
zsh completions have been installed to:
/usr/local/opt/curl/share/zsh/site-functions
My brew version is :
MacBook-Air-de-Etienne:sdk-folder etiennemeunier$ brew --version
Homebrew 1.9.3-10-g40bfc39
Homebrew/homebrew-core (git revision 5e1a0; last commit 2019-01-24)
Homebrew/homebrew-cask (git revision 375ee0; last commit 2019-01-24)
My goal is to get http2 in order to do commands as curl -I --http2 https://nicluo.com that actually give me : curl: (1) Unsupported protocol
The text was updated successfully, but these errors were encountered:
Hey !
I am trying to install curl along with nghttp2 using the command
brew install curl --with-openssl --with-nghttp2
but there is no option with-nghttp2, indeed :My brew version is :
My goal is to get http2 in order to do commands as
curl -I --http2 https://nicluo.com
that actually give me :curl: (1) Unsupported protocol
The text was updated successfully, but these errors were encountered: