Eric Blake <[EMAIL PROTECTED]> writes:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> According to Simon Josefsson on 9/21/2007 7:06 AM:
>> [EMAIL PROTECTED]:~/src/gnulib$ git-push --all 
>> fatal: The remote end hung up unexpectedly
>> error: failed to push to 'git://git.sv.gnu.org/gnulib'
>> [EMAIL PROTECTED]:~/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