From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.help Subject: Re: [git] puplic repo url incorrect or server overloaded? Date: Thu, 13 Nov 2014 14:01:49 +0100 Message-ID: <874mu3uude.fsf@rosalinde.fritz.box> References: <87mw7vnud5.fsf@vsl28t2g.ww011> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415883742 9583 80.91.229.3 (13 Nov 2014 13:02:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2014 13:02:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: dieter@duenenhof-wilhelm.de (H. Dieter Wilhelm) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 13 14:02:17 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xou2S-0004XN-Db for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Nov 2014 14:02:16 +0100 Original-Received: from localhost ([::1]:59716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xou2S-0008Ou-3j for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Nov 2014 08:02:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xou2C-0008No-0m for help-gnu-emacs@gnu.org; Thu, 13 Nov 2014 08:02:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xou27-0002d8-4s for help-gnu-emacs@gnu.org; Thu, 13 Nov 2014 08:01:59 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:64031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xou26-0002cq-RY for help-gnu-emacs@gnu.org; Thu, 13 Nov 2014 08:01:55 -0500 Original-Received: from rosalinde.fritz.box ([89.245.82.172]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MhQju-1XcKzM2UC2-00MZTB; Thu, 13 Nov 2014 14:01:50 +0100 In-Reply-To: <87mw7vnud5.fsf@vsl28t2g.ww011> (H. Dieter Wilhelm's message of "Thu, 13 Nov 2014 13:43:50 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:ww0tJLQlWkFfidl4ywwLzCqK3sjbj3QiSsyNb0kUt9Wps7PhR2e Cf0zJXqJug3v/Oh9VYj6cI3vnkSKy84iYCZM3fpI4hzCE4RMA+SycvEtIk5zl6lbSIS6Kva 2q3iNDRQgbHS2/EbLtm+/dSNam0SgamYz5MrMneweUkID0gAJeQMq1Q1yucPTyCRQHEmjO+ zzxYc9IWvh2aEgPxvmSzw== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.20 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100910 Archived-At: On Thu, 13 Nov 2014 13:43:50 +0100 dieter@duenenhof-wilhelm.de (H. Dieter Wilhelm) wrote: > Hello, > > I'm using the address from the EmacsWiki > (http://www.emacswiki.org/emacs/GitForEmacsDevs#toc4) > > git://git.sv.gnu.org/emacs > > It seems to be correct since `git remote show ALIAS' shows seemingly the > right content. But with `git fetch ALIAS' I'm getting > > fatal: read error: Connection reset by peer > > or sometimes no response but no download seems to happen... > > Is this just a sign that the server is overloaded or am I'm doing > something wrong? According to http://savannah.gnu.org/git/?group=emacs it should be this: git clone git://git.savannah.gnu.org/emacs.git (I assume "sv" and "savannah" are the same machine, but the ".git" extension may be necessary. I used the corresponding invocation for members fours hours ago and it worked find.) Steve Berman