dev@grizzly.java.net

Re: can't build grizzly

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Thu, 06 Oct 2011 10:32:30 -0700

Ryan Lubke wrote on 10/06/2011 09:31 AM:
>
>>>
>>> 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?
>>>
>>
> It would be nice if the java.net folks configured git to export the repos via
> http/https.
> Guess I'll log an issue for that.
>
> I think for now, behind the firewall, you'll need to use SSH.
>
> ssh://[java.net ID]@git.java.net/grizzly~git
>
> Make sure you've exported your keys first (done via your java.net user
> preferences).

Thanks, that worked. Actually, it "just worked"! Maybe I had already
exported my keys previously, but I didn't have to do anything to make
it work.