From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: Re: problems cloning the org mode git repo Date: Wed, 19 Mar 2008 10:54:12 +0530 Message-ID: References: <47E01F6F.6050003@yahoo.com> 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 1Jbqmp-0007ax-Sa for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 01:24:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jbqmo-0007ag-20 for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 01:24:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jbqmn-0007ad-R7 for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 01:24:25 -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 1Jbqmn-0004p4-F6 for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 01:24:25 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jbqmh-0001oM-Ui for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 05:24:19 +0000 Received: from 122.167.56.66 ([122.167.56.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 05:24:19 +0000 Received: from nsivaram.net by 122.167.56.66 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 05:24:19 +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 Jose Robins 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 repository. No issues here. So, as suggested earlier, please check the port and the firewall settings. I get a firewall popup window that warns everytime git connects, so do check, please. $ git pull remote: Counting objects: 17, done. remote: Compressing objects: 100% (10/10), done. remote: Total 12 (delta 6), reused 8 (delta 2) Unpacking objects: 100% (12/12), done. >From git://repo.or.cz/org-mode 9b661dd..07ced08 master -> origin/master Updating 9b661dd..07ced08 Makefile: needs update Fast forward ChangeLog | 15 + ORGWEBPAGE/tmp/faq.html | 663 ------------- ORGWEBPAGE/tmp/index.html | 420 -------- ORGWEBPAGE/tmp/qanda.html | 449 --------- ORGWEBPAGE/tmp/survey.html | 2169 ----------------------------------------- ORGWEBPAGE/tmp/todo.html | 965 ------------------ ORGWEBPAGE/tmp/tutorials.html | 21 - org.el | 27 +- 8 files changed, 33 insertions(+), 4696 deletions(-) delete mode 100644 ORGWEBPAGE/tmp/faq.html delete mode 100644 ORGWEBPAGE/tmp/index.html delete mode 100644 ORGWEBPAGE/tmp/qanda.html delete mode 100644 ORGWEBPAGE/tmp/survey.html delete mode 100644 ORGWEBPAGE/tmp/todo.html delete mode 100644 ORGWEBPAGE/tmp/tutorials.html $ sivaram --