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