dev@grizzly.java.net

Re: can't build grizzly

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Wed, 05 Oct 2011 23:40:42 -0700

Ryan Lubke wrote on 10/05/2011 07:10 PM:
> On 10/5/11 11:32 AM, Bill Shannon wrote:
>> Fortunately, git is in the Solaris 11 package repository.
>>
>> Unfortunately, it doesn't seem to be working. Do I need to do something
>> special to teach it about the http proxy?
>>
>> $ git clone git://java.net/grizzly~git grizzly
>> Cloning into grizzly...
>> java.net[0: 192.9.164.103]: errno=Connection timed out
>> fatal: unable to connect a socket (Connection timed out)
> Try: /git/config --global/http/./proxy/[hostname:port]
Nope.

I tried both

git config --global http.proxy www-proxy.us.oracle.com:80

and

git config --global http.proxy http://www-proxy.us.oracle.com:80/

Neither worked.

Don't I need to use an http: URL with git clone?