-----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 - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG88r384KuGfSFAYARAsP1AKCTLKyuCrqDIgdbq2SNtDCbt/NtbgCbBOv9 zPn4ttZq01a/oTABm9ROcO4= =9AsL -----END PGP SIGNATURE-----