bug-gnulib
[Top][All Lists]
Advanced

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

Re: git commit guidelines for gnulib


From: Simon Josefsson
Subject: Re: git commit guidelines for gnulib
Date: Mon, 24 Sep 2007 13:01:22 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Eric Blake <address@hidden> writes:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> According to Simon Josefsson on 9/21/2007 7:06 AM:
>> address@hidden:~/src/gnulib$ git-push --all 
>> fatal: The remote end hung up unexpectedly
>> error: failed to push to 'git://git.sv.gnu.org/gnulib'
>> address@hidden:~/src/gnulib$ 
>> 
>
> The git:// protocol is read-only.  You have to use the ssh protocol
> (git+ssh is longhand for ssh).
>
>> Should I use some other git checkout (e.g., git+ssh)?  I didn't notice
>> any such hint in your instructions.
>
> To check in, you need to either start a clone with ssh syntax (git clone
> <your-savannah-username>@git.sv.gnu.org:/srv/git/gnulib.git), or modify
> your existing checkout to point to the new remote.  If you are using git
> 1.5.3 or newer, then see my suggestions here:
> http://lists.gnu.org/archive/html/bug-gnulib/2007-09/msg00141.html

That did the track, thanks.  Let me know if there was anything wrong
with the commit.

Btw, my .git/config already had everything except for the 'push=master'
setting (and git+ssh instead of git, of course).

/Simon




reply via email to

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