From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.oregonstate.edu (smtp1.oregonstate.edu [128.193.15.35]) by speech.braille.uwo.ca (Postfix) with ESMTP id 4CE7310BC2 for ; Fri, 6 Jun 2008 16:30:11 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.oregonstate.edu (Postfix) with ESMTP id 8C3C33C260 for ; Fri, 6 Jun 2008 13:30:10 -0700 (PDT) X-Virus-Scanned: amavisd-new at oregonstate.edu Received: from smtp1.oregonstate.edu ([127.0.0.1]) by localhost (smtp.oregonstate.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X5nG1C54F+3x for ; Fri, 6 Jun 2008 13:30:10 -0700 (PDT) Received: from [192.168.1.2] (128-193-247-38.resnet.oregonstate.edu [128.193.247.38]) by smtp1.oregonstate.edu (Postfix) with ESMTP id 561893C279 for ; Fri, 6 Jun 2008 13:30:10 -0700 (PDT) Message-ID: <48499E4A.2030306@onid.orst.edu> Date: Fri, 06 Jun 2008 13:30:02 -0700 From: Zachary Kline User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: "Speakup is a screen review system for Linux." Subject: Re: git-clone problem References: <009501c8c812$36e9fd10$4ba65c90@vv507j> In-Reply-To: <009501c8c812$36e9fd10$4ba65c90@vv507j> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, 06 Jun 2008 20:30:11 -0000 John Heim wrote: > When I try to download the speakup patches, first it prints lots of > messages about things it got but after a while I get the following > error message: > > # git-clone -q http://linux-speakup.org/speakup.git > ... > got 607e0c28e1ece0eaf00046d93aeaae5fe49596a7 > got 20505672e3bb0c16dcc14ccbf4e81077cb5ce43b > got c9f80946b82950bd7c2c5b272353d4d8507550a6 > got 75ac1aab4b2cb897b8fb4dd6f1e551d7ff2ca665 > error: Couldn't get > http://linux-speakup.org/speakup.git/refs/tags/k2.6.24 for tags/ > k2.6.24 > The requested URL returned error: 404 > error: Could not interpret tags/k2.6.24 as something to pull > > Help please. My boss would really like me to build a new kernel today. > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > Hi, Just wait a little bit and try it again. I've had similar error messages and they resolved themselves within a relatively short time. Also, for the sake of bandwidth, once you have an initial clone I'd advise you to git-pull in future to save time. Best, Zack.