From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael J Gruber Subject: Re: What am I doing wrong? Date: Fri, 16 May 2008 13:43:52 +0200 Message-ID: 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 To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri May 16 13:45:31 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 1JwyNL-00054a-81 for gcvg-git-2@gmane.org; Fri, 16 May 2008 13:45:27 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752515AbYEPLoM (ORCPT ); Fri, 16 May 2008 07:44:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752846AbYEPLoM (ORCPT ); Fri, 16 May 2008 07:44:12 -0400 Received: from main.gmane.org ([80.91.229.2]:33605 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751241AbYEPLoL (ORCPT ); Fri, 16 May 2008 07:44:11 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JwyLy-0005mc-IX for git@vger.kernel.org; Fri, 16 May 2008 11:44:03 +0000 Received: from whitehead.math.tu-clausthal.de ([139.174.44.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 May 2008 11:44:02 +0000 Received: from michaeljgruber+gmane by whitehead.math.tu-clausthal.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 May 2008 11:44:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: whitehead.math.tu-clausthal.de User-Agent: Thunderbird 2.0.0.14 (X11/20080421) In-Reply-To: <482D6F41.2060809@laser-point.co.uk> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 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? Michael