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:34:07 +0100 Message-ID: <482D7F3F.4030209@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, lists@glidos.net To: Johannes Schindelin X-From: git-owner@vger.kernel.org Fri May 16 14:36:47 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 1JwzAs-0000dT-4A for gcvg-git-2@gmane.org; Fri, 16 May 2008 14:36:38 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753895AbYEPMfp (ORCPT ); Fri, 16 May 2008 08:35:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754155AbYEPMfp (ORCPT ); Fri, 16 May 2008 08:35:45 -0400 Received: from mk-outboundfilter-1.mail.uk.tiscali.com ([212.74.114.37]:20643 "EHLO mk-outboundfilter-1.mail.uk.tiscali.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753582AbYEPMfo (ORCPT ); Fri, 16 May 2008 08:35:44 -0400 X-Trace: 116964084/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="116964084" 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:34:08 +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: Johannes Schindelin wrote: > Hi, > > On Fri, 16 May 2008, Paul Gardiner wrote: > >> 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" > > Did you chdir into before trying to fetch? Yes, it wasn't that... well to be fair I forgot to chdir the first time, but it warned me about that. P.