From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail01.tacticuscommunications.net (mail01.tacticuscommunications.net [74.2.138.133]) by speech.braille.uwo.ca (Postfix) with ESMTP id 78BC210B01 for ; Fri, 13 Jun 2008 18:15:16 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail01.tacticuscommunications.net (Postfix) with ESMTP id ED503108AE for ; Fri, 13 Jun 2008 18:01:39 -0400 (EDT) Received: from mail01.tacticuscommunications.net ([127.0.0.1]) by localhost (mail01.tacticuscommunications.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id keQCR5n2IP0h for ; Fri, 13 Jun 2008 18:01:38 -0400 (EDT) Received: from [10.0.10.20] (unknown [10.0.10.20]) by mail01.tacticuscommunications.net (Postfix) with ESMTPA id CD0A9108A5 for ; Fri, 13 Jun 2008 18:01:38 -0400 (EDT) Date: Fri, 13 Jun 2008 18:15:44 -0400 (EDT) From: luke To: "Speakup is a screen review system for Linux." Subject: Re: git-clone problem In-Reply-To: <20080613061224.GA15628@babel.blindlinux.com> Message-ID: References: <009501c8c812$36e9fd10$4ba65c90@vv507j> <20080613061224.GA15628@babel.blindlinux.com> Organization: Tacticus Communications, Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.10 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2008 22:15:16 -0000 On Thu, 12 Jun 2008, Zachary Kline wrote: > On Fri, Jun 13, 2008 at 01:47:48AM -0400, luke wrote: > > git-pull git://hubbs.homedns.org/speakup.git > > fatal: Not a git repository > > Failed to find a valid git directory. > This is because you're using git-pull. Git-pull is for updating an > already-cloned repository. It *was* an already cloned repository. > You want instead: > git-clone git://hubbs.homedns.org/speakup.git. Even though I had already done that on Wednesday? I was trying to update my local copy of the repository. My understanding was that this was the proper method, as you also seem to indicate above, although my knowledge of git is quite limited, and so it may be that you mean something else. So, on Wednesday I ran "git-clone git://hubbs.homedns.org/speakup.git": what do I do in order to cause my local version to pickup any changes, if git-pull is the wrong utility? Regards, Luke