From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: problems cloning the org mode git repo Date: Thu, 20 Mar 2008 11:51:24 -0400 Message-ID: <87ve3hmm0z.fsf@gollum.intra.norang.ca> References: <47DFEAED.6040903@yahoo.com> <3d6808890803181201l2839b87fhf421624b37189f60@mail.gmail.com> <87y78fddad.fsf@gollum.intra.norang.ca> <3d6808890803181256w1809fb9ao95780c905e76b854@mail.gmail.com> <87tzj3dbw5.fsf@gollum.intra.norang.ca> <87abkvspr7.fsf@gollum.intra.norang.ca> <20080320141219.5fa8e29a@renner> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcN3U-0006WM-5O for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 11:51:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcN3S-0006Va-S6 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 11:51:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcN3S-0006VR-Ka for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 11:51:46 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JcN3S-0001Ad-C4 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 11:51:46 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JcN3I-00049d-Dy for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 15:51:36 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Mar 2008 15:51:36 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Mar 2008 15:51:36 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Detlef Steuer writes: > On Tue, 18 Mar 2008 17:09:48 -0400 > Bernt Hansen 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 >> rover4.or.cz. >> >> bernt@gollum:~/org$ telnet git.or.cz 9418 >> Trying 62.24.64.27... >> Connected to rover4.or.cz. >> Escape character is '^]'. > > > and exactly here it hangs for me :-( It's connected and waiting for input. It's not hung. You need to hit ctrl-] to get the telnet prompt and then type quit to close the connection. > steuer@renner:~> telnet 62.24.64.27 9418 > Trying 62.24.64.27... > Connected to 62.24.64.27. > Escape character is '^]'. > > > That works, but git simply does not work for me. > (did before, so no firewall issue) > git clone git://repo.or.cz/org-mode.git > Initialized empty Git repository > in /home/steuer/Softtest/GIT-extern/org-mode/.git/ > > > I did a very long wait, no timeout, nothing happened. It worked before? Maybe there's a network issue or the remote server is down for maintenance or something. I would just try it again I think. On linux using the exact command you specified the clone finishes in 33 seconds for me. bernt@gollum:/tmp$ time git clone git://repo.or.cz/org-mode.git Initialized empty Git repository in /tmp/org-mode/.git/ remote: Counting objects: 2293, done. remote: Compressing objects: 100% (778/778), done. remote: Total 2293 (delta 1507), reused 2293 (delta 1507) Receiving objects: 100% (2293/2293), 25.68 MiB | 1027 KiB/s, done. Resolving deltas: 100% (1507/1507), done. real 0m32.970s user 0m4.500s sys 0m1.024s bernt@gollum:/tmp$ I'm using a hot-off-the-press development version bernt@gollum:/tmp$ git --version git version 1.5.5.rc0.6.gdeda but any version post 1.5.3 should work fine I think. -Bernt