Daniel Laird wrote: > Hi all. > > I am stuck behind a HTTP Firewall (Doh!) > I am trying to check out from GIT > > I have http_proxy set, I have . ~/.curlrc file > > I can do > git clone http://anongit.freedesktop.org/git/xorg/lib/libX11.git > And all works fine.. > However > git clone git://git.directfb.org/git/directfb/core/DirectFB.git > Gives me: > Initialized empty Git repository in /home/laird/DirectFB/.git/ > fatal: Unable to look up git.directfb.org (port 9418) (Name or service not > known) > fetch-pack from 'git://git.directfb.org/git/directfb/core/DirectFB.git' > failed.
Nameserver seems to be working, but anyhow, try this: git clone git://217.160.122.233/git/directfb/core/DirectFB.git -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
