From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dias Badekas Subject: problems cloning using the http protocol Date: Tue, 14 Jul 2009 14:06:12 +0300 Message-ID: <87vdlvjzh7.fsf@aia00627.aia.gr> 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 1MQfq6-0008Nj-RI for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 07:06:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQfq0-0008La-G2 for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 07:06:25 -0400 Received: from [199.232.76.173] (port=32978 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQfpy-0008LD-6C for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 07:06:19 -0400 Received: from keys.aia.gr ([212.205.125.1]:59338) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQfpx-0000Zm-Fr for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 07:06:17 -0400 Received: from keys.aia.gr (keys.aia.gr [127.0.0.1]) by keys.aia.gr (PGP Universal) with ESMTP id A1E09268796 for ; Tue, 14 Jul 2009 14:06:12 +0300 (EEST) 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 At work being behind a corporate firewall I have no choice but to use the http protocol inorder to get the latest development of orgmode. unfortunately it doesn't seem to work. Here's what I get: bash> export http_proxy=http://user:pass@proxyhostname:80/ bash> git clone http://repo.or.cz/r/org-mode.git Initialized empty Git repository in /home/dias/Mystuff/Emacs/downloads/org-mode/.git/ Cannot get remote repository information. Perhaps git-update-server-info needs to be run there? Can this be fixed ?