[Orgmode] Re: problems cloning the org mode git repo

2008-03-20 Thread Detlef Steuer
On Tue, 18 Mar 2008 17:09:48 -0400 Bernt Hansen [EMAIL PROTECTED] wrote: One thing you can try is to verify you can connect to the git port on the remote server. The remote port is 9418 so as long as this outbound port is not blocked you should get a quick response with Connected to

[Orgmode] Re: problems cloning the org mode git repo

2008-03-20 Thread Bernt Hansen
Detlef Steuer [EMAIL PROTECTED] writes: On Tue, 18 Mar 2008 17:09:48 -0400 Bernt Hansen [EMAIL PROTECTED] wrote: One thing you can try is to verify you can connect to the git port on the remote server. The remote port is 9418 so as long as this outbound port is not blocked you should get a

Re: [Orgmode] Re: problems cloning the org mode git repo

2008-03-19 Thread Manish
On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote: Still broken for me. /tmpgit clone git://repo.or.cz/org-mode.git Initialized empty Git repository in /tmp/org-mode/.git/ repo.or.cz[0: 62.24.64.27]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out)

Re: [Orgmode] Re: problems cloning the org mode git repo

2008-03-19 Thread Tim O'Callaghan
Tried it at home. seems to be an issue with the corporate firewall. Tim. On 19/03/2008, Manish [EMAIL PROTECTED] wrote: On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote: Still broken for me. /tmpgit clone git://repo.or.cz/org-mode.git Initialized empty Git repository in

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Bernt Hansen
Try using this URL instead: git://repo.or.cz/org-mode.git as in $ git clone git://repo.or.cz/org-mode.git -Bernt Tim O'Callaghan [EMAIL PROTECTED] writes: I'm getting the same problem using cygwin git. Tim. On 18/03/2008, Jose Robins [EMAIL PROTECTED] wrote: I tried to get the

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Tim O'Callaghan
Still broken for me. /tmpgit clone git://repo.or.cz/org-mode.git Initialized empty Git repository in /tmp/org-mode/.git/ repo.or.cz[0: 62.24.64.27]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out) fetch-pack from 'git://repo.or.cz/org-mode.git' failed. Tim.

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Bernt Hansen
Hmmm maybe you're behind a (corporate) firewall/proxy that prevents connections to the default git port? git clone works fine for me on linux (but that really isn't a great help for your problem -- sorry) I've never tried using git from cygwin. It works for me in msysgit so unless you have a

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Bernt Hansen
One thing you can try is to verify you can connect to the git port on the remote server. The remote port is 9418 so as long as this outbound port is not blocked you should get a quick response with Connected to rover4.or.cz. [EMAIL PROTECTED]:~/org$ telnet git.or.cz 9418 Trying 62.24.64.27...

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Sivaram Neelakantan
Jose Robins [EMAIL PROTECTED] writes: I tried to get the git repo by cloning and I got the following error. I'm just getting into git as well... So what am I doing wrong? Thanks, [...] I don't have a problem using git compiled on cygwin. I just did it yesterday and today I updated the