wget: unable to resolve host address `http'

后端 未结 4 1879
失恋的感觉
失恋的感觉 2020-12-29 21:56

I am getting this strange thing on my Ubuntu 12.04 64-bit machine when I do a wget

$ wget google.com

--2014-07-18 14:44:32--  http://google.com         


        
4条回答
  •  一向
    一向 (楼主)
    2020-12-29 22:24

    I figured out what went wrong. In the proxy configuration of my box, an extra http:// got prefixed to "proxy server with http".

    Example..

    http://http://proxy.mycollege.com

    and that has created problems. Corrected that, and it works perfectly.

    Thanks @WhiteCoffee and @ChrisBint for your suggestions!

提交回复
热议问题