emacs-devel
[Top][All Lists]
Advanced

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

Re: CEDET Merge


From: David Engster
Subject: Re: CEDET Merge
Date: Thu, 26 Jan 2017 22:06:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

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

You are trying to push with the git protocol, not with ssh. You need to
use <membername>@git.sv.gnu.org:/srv/git/emacs.git. See also

  http://savannah.gnu.org/git/?group=emacs
  https://www.emacswiki.org/emacs/GitQuickStartForEmacsDevs

-David



reply via email to

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