V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
xxxsr
V2EX  ›  问与答

mac os 下的 curl 问题求指教

  •  
  •   xxxsr · 2020-07-22 12:36:46 +08:00 · 968 次点击
    这是一个创建于 1371 天前的主题,其中的信息可能已经有所发展或是发生改变。

    在 mac 下用终端 curl www.baidu.com 一直报错误
    curl: (7) Couldn't connect to server, 但是如果加上 sudo 给权限却可以正常运行,不知有没有大佬遇到过这种情况,求指教!!!

    2 条回复    2020-07-22 14:31:44 +08:00
    goodryb
        1
    goodryb  
       2020-07-22 13:03:11 +08:00
    $whereis curl
    /usr/bin/curl

    $curl www.baidu.com
    <!DOCTYPE html>
    <!--STATUS OK--><html> <head><meta http-equiv=content-type content=text/html;charset=utf-8><meta http-equiv=X-UA-Compatible content=IE=Edge><meta content=always name=referrer><link rel=stylesheet type=text/css href=http://s1.bdstatic.com/r/www/cache/bdorz/baidu.min.css><title>百度一下,你就知道</title></head> <body link=#0000cc> <div id=wrapper> <div id=head> <div class=head_wrapper> <div class=s……


    并未复现同样的情况
    goodryb
        2
    goodryb  
       2020-07-22 13:03:26 +08:00   ❤️ 1
    $whereis curl
    /usr/bin/curl

    $curl www.baidu.com
    <!DOCTYPE html>
    <!--STATUS OK--><html> <head><meta http-equiv=content-type content=text/html;charset=utf-8><meta http-equiv=X-UA-Compatible content=IE=Edge><meta content=always name=referrer><link rel=stylesheet type=text/css href=http://s1.bdstatic.com/r/www/cache/bdorz/baidu.min.css><title>百度一下,你就知道</title></head> <body link=#0000cc> <div id=wrapper> <div id=head> <div class=head_wrapper> <div class=s……


    并未复现同样的情况
    lxk11153
        3
    lxk11153  
       2020-07-22 14:31:44 +08:00
    > type curl
    curl is /usr/bin/curl

    > curl -q -I www.baidu.com/
    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Cache-Control: private, no-cache, no-store, proxy-revalidate, no-transform
    Connection: keep-alive
    Content-Length: 277
    Content-Type: text/html
    Date: Wed, 22 Jul 2020 06:29:26 GMT
    Etag: "575e1f60-115"
    Last-Modified: Mon, 13 Jun 2016 02:50:08 GMT
    Pragma: no-cache
    Server: bfe/1.0.8.18
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3138 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 14:36 · PVG 22:36 · LAX 07:36 · JFK 10:36
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.