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 3F1A810ADD for ; Fri, 13 Jun 2008 18:40:39 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail01.tacticuscommunications.net (Postfix) with ESMTP id AD3FE108A5 for ; Fri, 13 Jun 2008 18:27:02 -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 RsIGaOoEKA7l for ; Fri, 13 Jun 2008 18:27:02 -0400 (EDT) Received: from [10.0.10.20] (unknown [10.0.10.20]) by mail01.tacticuscommunications.net (Postfix) with ESMTPA id DD4411087D for ; Fri, 13 Jun 2008 18:27:01 -0400 (EDT) Date: Fri, 13 Jun 2008 18:41:07 -0400 (EDT) From: luke To: "Speakup is a screen review system for Linux." Subject: Re: git-clone problem In-Reply-To: <20080613223417.GA8994@babel.blindlinux.com> Message-ID: References: <009501c8c812$36e9fd10$4ba65c90@vv507j> <20080613061224.GA15628@babel.blindlinux.com> <20080613223417.GA8994@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:40:39 -0000 On Fri, 13 Jun 2008, Zachary Kline wrote: > You want to cd into the directory created by that initial git-clone. > It's called speakup. > Then just do a git-pull, without any arguments. The git repository to > use is already encoded in the directory and files in it, no need to do > anything else. It'll update to the latest code. Thanks. The directory was the problem--I was running it from above, because I had thought the .git directory had been created one level higher than the repository (something while I was cloaning gave me that impression). Tried from the proper cwd, and working fine. Regards, Luke