emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CEDET Merge


From: Edward John Steere
Subject: Re: CEDET Merge
Date: Thu, 26 Jan 2017 21:54:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> 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 '<stdout>' 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'

After reading a blog post I thought that it might have something to do
with the push being too large so I added the following to ~/.ssh/config
in the hopes that regular null packets would keep the connection alive.

Host git.savannah.gnu.org
  ServerAliveInterval 5

No luck though; so I tried pushing up only three commits and that failed
with the same message as well.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]