在运行以下命令的终端中
brew install curl
我得到的错误是:
Updating Homebrew...
==> Downloading https://curl.haxx.se/download/curl-7.58.0.tar.bz2
curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Trying a mirror...
我下载了curl-7.58.0.tar.bz2并按照
的建议将其放入库/ cache / homebrew[https://github.com/mistydemeo/tigerbrew/issues/506]
这应该是认识到文件已下载但没有。 如果我输入终端
curl --version
我得到的信息是:
curl 7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8z zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
上面的消息是否意味着正确安装了curl以供使用?我希望这是有道理的。 感谢
答案 0 :(得分:0)
是。试试curl www.google.com
。您应该收到如下回复:
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.google.co.uk/?gfe_rd=cr&dcr=0&ei=-A2MWpicIumBtge67a34Bw">here</A>.
</BODY></HTML>
是Google重定向您。