dev@grizzly.java.net

Re: can't build grizzly

From: Rajiv Mordani <rajiv.mordani_at_oracle.com>
Date: Thu, 06 Oct 2011 09:32:08 -0700

Bill,
     Ask Ryan to give you developer access (if you don't already have)
and then use the ssh url with the ssh proxy config. The ssh url for the
repo is -

ssh://shfannon_at_git.java.net/grizzly~git

Make sure that the ssh proxy (corkscrew or other utility) is configured
for java.net and also put your public key on java.net for authentication.

- Rajiv

On 10/05/2011 11:40 PM, Bill Shannon wrote:
> 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?
>