From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gardiner Subject: Re: What am I doing wrong? Date: Fri, 16 May 2008 13:32:33 +0100 Message-ID: <482D7EE1.9020503@laser-point.co.uk> References: <482D6F41.2060809@laser-point.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: Michael J Gruber X-From: git-owner@vger.kernel.org Fri May 16 14:36:58 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JwzAc-0000Vg-0H for gcvg-git-2@gmane.org; Fri, 16 May 2008 14:36:22 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756212AbYEPMfT (ORCPT ); Fri, 16 May 2008 08:35:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756072AbYEPMfS (ORCPT ); Fri, 16 May 2008 08:35:18 -0400 Received: from mk-outboundfilter-1.mail.uk.tiscali.com ([212.74.114.37]:19960 "EHLO mk-outboundfilter-1.mail.uk.tiscali.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751708AbYEPMfR (ORCPT ); Fri, 16 May 2008 08:35:17 -0400 X-Trace: 116962825/mk-outboundfilter-1.mail.uk.tiscali.com/PIPEX/$ACCEPTED/pipex-customers/81.86.57.226 X-SBRS: None X-RemoteIP: 81.86.57.226 X-IP-MAIL-FROM: paul@laser-point.co.uk X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlABAHMaLUhRVjni/2dsb2JhbAAIrh4 X-IronPort-AV: E=Sophos;i="4.27,497,1204502400"; d="scan'208";a="116962825" X-IP-Direction: IN Received: from 81-86-57-226.dsl.pipex.com (HELO [10.0.0.24]) ([81.86.57.226]) by smtp.pipex.tiscali.co.uk with ESMTP; 16 May 2008 13:32:35 +0100 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Michael J Gruber wrote: > Paul Gardiner venit, vidit, dixit 16.05.2008 13:25: >> I create the initial repository with >> >> git-clone //.git/ >> >> That works fine, but then I can't fetch. git-fetch gives the error >> "fatal: 'origin': unable to chdir or not a git archive" >> "fatal: The remote end hung up unexpectedly" >> >> P. > > Are you trying to clone a bare repository? > Or is your repo maybe at // with a .git subdir? Yes, a bare repository. P.