I'm trying to install some gems on an Ubuntu VM on OS X Lion using VirtualBox. I've narrowed my problem down to curl which is not responding at all. It seems to be going through some proxy local host thing. Does anyone know how to get this working? I really am clueless to this kind of thing. It times out after this output:
quickstart@qs10:~$ curl -v http://www.google.com
* About to connect() to proxy localhost port 3128 (#0)
* Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 3128 (#0)
> GET http://www.google.com HTTP/1.1
> User-Agent: curl/7.21.3 (x86_64-pc-linux-gnu) libcurl/7.21.3 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18
> Host: www.google.com
> Accept: */*
> Proxy-Connection: Keep-Alive
Edit:
I can ping google and wget does kinda the same thing...
ping google.com? Considered tryingwget? – MaxMackie Jul 25 '11 at 13:11