dev@grizzly.java.net

Re: can't build grizzly

From: Ryan Lubke <ryan.lubke_at_oracle.com>
Date: Thu, 06 Oct 2011 09:31:10 -0700

>>
>> 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).