Login  Register

Error downloading JOGL and gluegen

Posted by smabakane on Nov 05, 2014; 1:30pm
URL: https://forum.jogamp.org/Error-downloading-JOGL-and-gluegen-tp4033494.html

Hello,

I can't be able to download the source zip files of JoGL and gluegen using the git command. I tried to follow the instructions on JOGL website but the commands just hang and later provide an error message. The command used to download JoGL and gluegen is:

> git clone git://jogamp.org/srv/scm/gluegen.git gluegen
> git clone --recurse-submodules git://jogamp.org/srv/scm/jogl.git jogl

I have also tried to download using this command: git clone git://jogamp.com/srv/scm gluegen but am getting the following error message:
 
root@login02:/opt/gridware/libraries/jogltesr $ git clone git://jogamp.com/srv/scm/gluegen.git gluegen
Cloning into 'gluegen'...
fatal: unable to connect to jogamp.com:
jogamp.com[0: 2a01:4f8:140:1225::1:1]: errno=Connection timed out
jogamp.com[1: 46.4.52.69]: errno=Connection refused

When i use wget to download other packages it works very well. Can you please help me to download JoGL and gluegen for Redhat Linux (Centos) running on X86_64 architecture.

Thank you in advance.

Regards,

Sticks