From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allan Wind Subject: Re: gc changes permissions of files Date: Sun, 15 Jun 2008 02:41:33 -0400 Message-ID: <20080615064133.GE14357@lifeintegrity.com> References: <20080615035917.GA13414@lifeintegrity.com> <20080615062736.GC14357@lifeintegrity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Schindelin To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Jun 15 08:42:56 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 1K7lx1-00028p-A4 for gcvg-git-2@gmane.org; Sun, 15 Jun 2008 08:42:55 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752496AbYFOGlg (ORCPT ); Sun, 15 Jun 2008 02:41:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752505AbYFOGlg (ORCPT ); Sun, 15 Jun 2008 02:41:36 -0400 Received: from aeol.lifeintegrity.com ([209.135.157.90]:33065 "EHLO lifeintegrity.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752260AbYFOGle (ORCPT ); Sun, 15 Jun 2008 02:41:34 -0400 Received: from vent.lifeintegrity.com (pool-71-174-251-18.bstnma.fios.verizon.net [71.174.251.18]) by submission.lifeintegrity.com (Postfix) with ESMTP id B58A8D5C82F; Sun, 15 Jun 2008 06:41:34 +0000 (UTC) Received: by vent.lifeintegrity.com (Postfix, from userid 1000) id 8ABCE30436E; Sun, 15 Jun 2008 02:41:33 -0400 (EDT) Mail-Followup-To: git@vger.kernel.org, Johannes Schindelin Content-Disposition: inline In-Reply-To: <20080615062736.GC14357@lifeintegrity.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 2008-06-15T02:27:36-0400, Allan Wind wrote: > I seem to recall that push to the repository also introduces files without > group write permission. Unfortunately it looks something broke when I ran > gc. Any help in getting my repository back up would be appreciated: > > allan@vent:~/var/git/www2$ git clone ssh://pawan.localnet./var/lib/git/www.git > Initialized empty Git repository in /home/allan/var/git/www2/www/.git/ > fatal: git-upload-pack: cannot find object 56032c4f35fd39fe4151fca2d010d299a8901101: > fatal: The remote end hung up unexpectedly > fetch-pack from 'ssh://pawan.localnet./var/lib/git/www.git' failed. # git fsck dangling commit 2b0da4aabfba6c61baf9f351b2dfbd5a88a8a999 Re-running this returns the same dangling commit, so fsck does not seem to fix anything. /Allan