下载Android源代码遇到curl: (52) Empty reply from server,为什么

解决方案 »

  1.   

    curl http://android.git.kernel.org/repo > ./repo
    curl:(6) couldnot resolve host 'android.git.kernel.org'
    使用curl命令按下面的格式来----因为我的环境是代理上网的
    curl -U user:passwd -x 10.1.27.10:1022 http://android.git.kernel.org/repo > ./repo
    但又出下面的问题
    curl: (52) Empty reply from server
      

  2.   

    获取Android源代码及搭建开发环境(转) 
    http://hi.baidu.com/chaozhongli/blog/item/2f57a822c198abf8d7cae2cc.html
      

  3.   

    curl: (52) Empty reply from server
    服务器关闭了?Android源代码不让下?今天怎么repo文件都下载不了,奇怪了!!!
      

  4.   

    又是这个问题  android.git.kernel.org挂掉了  暂时关闭了
      

  5.   


    暂时关闭了?现在不让下?http://android.git.kernel.org网站确实上不了。
      

  6.   


    用老的repo文件,执行下面的命令还是不行
    ./repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread
    Getting repo...
        from git://android.git.kernel.org/tools/repo.git
    ERROR:Unexpected http response: ''.
    FATAL:failed to begin relaying via HTTP
    fatal:The remote end hung up Unexpectedly
      

  7.   

    用代理下载android但eclair源码(HTTP代理)+编译 
    http://blog.csdn.net/milo103/article/details/5175445
      

  8.   

    哪位兄弟给个repo呗,邮箱:[email protected],小弟先谢谢啦