From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Riesen Subject: Re: Git Cygwin - unable to create any repository - help! Date: Wed, 16 Jan 2008 20:12:50 +0100 Message-ID: <20080116191250.GC3181@steel.home> References: <20080114202932.GA25130@steel.home> <20080115200437.GB3213@steel.home> <200801160002.51048.robin.rosenberg.lists@dewire.com> <20080116071832.GA2896@steel.home> <20080116183124.GA3181@steel.home> Reply-To: Alex Riesen Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Robin Rosenberg , git@vger.kernel.org To: Paul Umbers X-From: git-owner@vger.kernel.org Wed Jan 16 20:13:26 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 1JFDhU-00040X-VO for gcvg-git-2@gmane.org; Wed, 16 Jan 2008 20:13:25 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751064AbYAPTMx (ORCPT ); Wed, 16 Jan 2008 14:12:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750861AbYAPTMx (ORCPT ); Wed, 16 Jan 2008 14:12:53 -0500 Received: from mo-p07-ob.rzone.de ([81.169.146.189]:24698 "EHLO mo-p07-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750702AbYAPTMw (ORCPT ); Wed, 16 Jan 2008 14:12:52 -0500 X-RZG-CLASS-ID: mo07 X-RZG-AUTH: z4gQVF2k5XWuW3CculzyClFj/1U= Received: from tigra.home (Fad79.f.strato-dslnet.de [195.4.173.121]) by post.webmailer.de (klopstock mo57) (RZmta 15.4) with ESMTP id w05c1fk0GIM3lg ; Wed, 16 Jan 2008 20:12:50 +0100 (MET) (envelope-from: ) Received: from steel.home (steel.home [192.168.1.2]) by tigra.home (Postfix) with ESMTP id 94854277AE; Wed, 16 Jan 2008 20:12:50 +0100 (CET) Received: by steel.home (Postfix, from userid 1000) id 7691056D22; Wed, 16 Jan 2008 20:12:50 +0100 (CET) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15+20070412 (2007-04-11) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Paul Umbers, Wed, Jan 16, 2008 19:48:28 +0100: > Latest output, log file attached: > > paulumbers@Devteam29 ~/workspace/git/git-1.5.3 > $ uname -a > somefile > > paulumbers@Devteam29 ~/workspace/git/git-1.5.3 > $ git init > Initialized empty Git repository in .git/ > > paulumbers@Devteam29 ~/workspace/git/git-1.5.3 > $ strace -o log -f -m syscall ./git --exec-path=$(pwd) add somefile > > paulumbers@Devteam29 ~/workspace/git/git-1.5.3 > $ git ls-files -s somefile > 100644 2ed63d326ffdb2fd4b703780f4d61f1893cac63b 0 somefile > > Checking .git/objects/2e ... there is no sha1 file > Hmm... Could you try to create a repo so that the whole path contains no whitespace? Something like "c:/tmp/mydir". Just a suggestion, I am still inspecting your log...