From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: problems cloning the org mode git repo Date: Tue, 18 Mar 2008 17:09:48 -0400 Message-ID: <87abkvspr7.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> 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 1Jbj4D-0003mN-7q for emacs-orgmode@gnu.org; Tue, 18 Mar 2008 17:09:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jbj4C-0003lx-FD for Emacs-orgmode@gnu.org; Tue, 18 Mar 2008 17:09:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jbj4C-0003lt-B6 for Emacs-orgmode@gnu.org; Tue, 18 Mar 2008 17:09:52 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jbj4C-0006zW-4G for Emacs-orgmode@gnu.org; Tue, 18 Mar 2008 17:09:52 -0400 In-Reply-To: <87tzj3dbw5.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Tue\, 18 Mar 2008 16\:18\:18 -0400") 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: Tim O'Callaghan Cc: Emacs-orgmode@gnu.org 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 '^]'. ^] telnet> quit Connection closed. bernt@gollum:~/org$ If it's blocked the Trying 62.24.64.27... will never complete and if you don't interrupted it you eventually get a timeout error. If it works use ctrl-] to get the telnet> prompt and type quit RETURN -Bernt Bernt Hansen writes: > 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 really old version of git it's probably a firewall > issue on your network. > > -Bernt > > > "Tim O'Callaghan" writes: > >> Still broken for me. >> >> /tmp>git 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. >> >> On 18/03/2008, Bernt Hansen wrote: >>> 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" writes: >>> >>> > I'm getting the same problem using cygwin git. >>> > >>> > Tim. >>> > >>> > On 18/03/2008, Jose Robins wrote: >>> >> >>> >> 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, >>> >> >>> >> >>> >> >>> >> git clone http://repo.or.cz/w/org-mode.git org-repo >>> >> Initialized empty Git repository in >>> >> /mnt/users/jrobins/src/org-repo/.git/ >>> >> error: Could not interpret response from server '>> >> encoding="utf-8"?> >>> >> >> >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >>> >> >> >> /users/jrobins/apps/bin/git-clone: line 474: cd: >>> >> /mnt/users/jrobins/src/org-repo/.git/refs/remotes/origin: >>> >> No such file or directory >>> >> Warning: Remote HEAD refers to nonexistent ref, unable to checkout. >>> >> >>> >> _______________________________________________ >>> >> Emacs-orgmode mailing list >>> >> Remember: use `Reply All' to send replies to the list. >>> >> Emacs-orgmode@gnu.org >>> >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >> >>> >> >>> > >>> > >>> > _______________________________________________ >>> > Emacs-orgmode mailing list >>> > Remember: use `Reply All' to send replies to the list. >>> > Emacs-orgmode@gnu.org >>> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode