> i can't connect to the repo server to download repo scripts, below is
> the info i got:
> (1)first try using curl:
> curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/
> repo
> % Total %Received % Xferd Average Speed Time Time Time Current
> 0
> wget https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/
> repo
> --2012-04-02 15:48:41-- https://dl-ssl.google.com/dl/googlesource/git-repo/repo
> Resolving dl-ssl.google.com... 74.125.128.93, 74.125.128.136,
> 74.125.128.190, ...
> Connecting to dl-ssl.google.com|74.125.128.93|:443... failed:
> Connection timed out.
This is more likely a problem with your network or your configuration
than a simultaneous problem with all three dl-ssl.google.com hosts.
Perhaps you need to set the http_proxy variable in your shell so that
curl and wget make their HTTP requests by using your proxy?
[...]
--
Magnus Bäck
ba...@google.com
Perhaps you have a firewall in the way that prevents direct connections?
You may need to set the http_proxy environment variable to point to
your local proxy server.