Hi,
does anyone know why I'm not able to do this on Mac OS 10.5.4 ppc with git 1.5.6 in /usr/local/bin
git clone git://gitorious.org/git-tmbundle/mainline.git Git.tmbundle
Yesterday I did the same on my Tiger machine without problems. But on my Leopard machine I always get:
Initialize Git.tmbundle/.git Initialized empty Git repository in .../github/Git.tmbundle/.git/ gitorious.org[0: 67.207.146.32]: errno=Operation timed out fatal: unable to connect a socket (Operation timed out)
My firewall is set to allow all incomings.
Any ideas?
Thanks,
--Hans
On 7 Jul 2008, at 10:21, Hans-Joerg Bibiko wrote:
Hi,
does anyone know why I'm not able to do this on Mac OS 10.5.4 ppc with git 1.5.6 in /usr/local/bin
git clone git://gitorious.org/git-tmbundle/mainline.git Git.tmbundle
Yesterday I did the same on my Tiger machine without problems. But on my Leopard machine I always get:
Initialize Git.tmbundle/.git Initialized empty Git repository in .../github/Git.tmbundle/.git/ gitorious.org[0: 67.207.146.32]: errno=Operation timed out fatal: unable to connect a socket (Operation timed out)
My firewall is set to allow all incomings.
Any ideas?
Only for the records. I guess I found the problem. I'm behind an institute's firewall. Without changing the firewall's settings I could do:
git clone http://git.gitorious.org/git-tmbundle/mainline.git Git.tmbunlde
It's a bit stony but it worked.
Sorry for messing up this list.
Cheers,
--Hans
Hi,
once again for the records.
I installed this:
http://superdave.blogdns.org/superdave/GitViaProxy?action=AttachFile&do=...
and then I did this
http://superdave.blogdns.org/superdave/GitViaProxy
Afterwards it works like charm ;)
--Hans