From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avery Chan Subject: Trouble compiling Date: Wed, 27 Jul 2011 17:18:03 +0800 Message-ID: <05572B36-3723-481F-BC29-30BBA3151CEA@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm0Fz-0000Wf-He for emacs-orgmode@gnu.org; Wed, 27 Jul 2011 05:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm0Fy-000864-8w for emacs-orgmode@gnu.org; Wed, 27 Jul 2011 05:18:23 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:55288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm0Fy-00085j-5t for emacs-orgmode@gnu.org; Wed, 27 Jul 2011 05:18:22 -0400 Received: by gyg13 with SMTP id 13so1052602gyg.0 for ; Wed, 27 Jul 2011 02:18:20 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org To whom it may concern, I am trying to load orgmode via the emacs-starter kit. Following the instructions, I did the following: 508 cp -R emacs-starter-kit ~/.emacs.d 509 cd /Users/avery/.emacs.d 511 git submodule init 515 git submodule update The update procedure failed with the following output: Cloning into src/org... error: Unable to get pack file http://orgmode.org/org-mode.git/objects/pack/pack-beb4230c6615129746e9adfd39b5a38d78a4c191.pack transfer closed with 49103369 bytes remaining to read error: Unable to find db094c320412204a990668024f88eef00d307a44 under http://orgmode.org/org-mode.git Cannot obtain needed object db094c320412204a990668024f88eef00d307a44 error: Fetch failed. Clone of 'http://orgmode.org/org-mode.git' into submodule path 'src/ org' failed Is there a way for me to fix this? I suspect that it is a configuration issue since when I tried the URL I got a 403. Thanks! Avery