From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: CEDET Merge Date: Thu, 26 Jan 2017 22:06:15 +0100 Message-ID: <87d1f91qgo.fsf@engster.org> References: <87r348ul9n.fsf@gmail.com> <87lgugm2qg.fsf@gmail.com> <87inpelu8i.fsf@gmail.com> <837f5uajlk.fsf@gnu.org> <87a8aqlqz8.fsf@gmail.com> <8360leahxr.fsf@gnu.org> <8760lelq68.fsf@gmail.com> <83wpdt8yo2.fsf@gnu.org> <87inpd650y.fsf@gmail.com> <8660ldabje.fsf@stephe-leake.org> <8737gh5sqw.fsf@gmail.com> <87k29tv0r4.fsf@engster.org> <8737gguipm.fsf@engster.org> <87h94vdj3n.fsf@gmail.com> <87o9z2sog1.fsf@engster.org> <87d1fe3hof.fsf@engster.org> <87tw8o1dt9.fsf@gmail.com> <87mved7g2q.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1485464845 834 195.159.176.226 (26 Jan 2017 21:07:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2017 21:07:25 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Cc: Eli Zaretskii , Stephen Leake , emacs-devel@gnu.org To: Edward John Steere Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 26 22:07:19 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWrG8-0007Vu-K7 for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2017 22:07:08 +0100 Original-Received: from localhost ([::1]:41053 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWrGD-00006O-Rt for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2017 16:07:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWrFW-00005z-BZ for emacs-devel@gnu.org; Thu, 26 Jan 2017 16:06:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWrFT-00010j-7g for emacs-devel@gnu.org; Thu, 26 Jan 2017 16:06:30 -0500 Original-Received: from randomsample.de ([5.45.97.173]:45552) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cWrFS-0000zI-Tv; Thu, 26 Jan 2017 16:06:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=R+OmuR/F0N/v3EIO4yNglsfSasUpbxpN4c9Lm40pf38=; b=HkfdY2kilzzAV3eCkJlH1lM4mqvwVCXt7T2FCZ3jpqfaBdMVEA0QWK94ovU49QwxXY96xGGTxJ9a5VkAJCGGf6kgzCmAQXNy6OeEt2OaLtly/dk/uSUxMjuYxvzvuqxr; Original-Received: from ip4d16b353.dynamic.kabel-deutschland.de ([77.22.179.83] helo=isaac) by randomsample.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1cWrFK-0008NJ-OR; Thu, 26 Jan 2017 22:06:18 +0100 In-Reply-To: <87mved7g2q.fsf@gmail.com> (Edward John Steere's message of "Thu, 26 Jan 2017 21:54:05 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 5.45.97.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:211626 Archived-At: Edward John Steere writes: >> Just pinging back here. Making progress. Will have a first attempt at >> the tests up tomorrow night. Had some other stuff keeping me away from >> my PC at home lately. > > Having some difficulty pushing up my branch. This is my first time > pushing up a branch on emacs.git. My understanding is that team > membership is sufficient for access rights. > > I'm getting a "connection reset by peer" error every time I try to push > as follows: > > $ git push origin scratch/merge-cedet-tests > Counting objects: 2548, done. > Delta compression using up to 8 threads. > Compressing objects: 100% (2336/2336), done. > fatal: sha1 file '' write error: Connection reset by peer > fatal: The remote end hung up unexpectedly > error: failed to push some refs to 'git://git.savannah.gnu.org/emacs.git' You are trying to push with the git protocol, not with ssh. You need to use @git.sv.gnu.org:/srv/git/emacs.git. See also http://savannah.gnu.org/git/?group=emacs https://www.emacswiki.org/emacs/GitQuickStartForEmacsDevs -David