I get a "fatal: The remote end hung up unexpectedly" doing this on a debootstrap/chroot squeeze jail over ubuntu
Someone can tell me what happen? Thanks in avance ================<cut>=============== jlz@valinor:~$ mkdir -p ~/.ssh/identity.d jlz@valinor:~$ wget http://live.debian.net/other/keys/[email protected] \ > -O ~/.ssh/identity.d/[email protected] --2011-02-13 07:12:05-- http://live.debian.net/other/keys/[email protected] ... 2011-02-13 07:12:05 (122 KB/s) - `/home/jlz/.ssh/identity.d/[email protected]' saved [1675/1675] jlz@valinor:~$ wget http://live.debian.net/other/keys/[email protected] \ > -O ~/.ssh/identity.d/[email protected] --2011-02-13 07:12:12-- http://live.debian.net/other/keys/[email protected] ... 2011-02-13 07:12:12 (49,0 MB/s) - `/home/jlz/.ssh/identity.d/[email protected]' saved [399/399] jlz@valinor:~$ chmod 0600 ~/.ssh/identity.d/[email protected]* jlz@valinor:~$ cat >> ~/.ssh/config << EOF Host live.debian.net Hostname live.debian.net User gitosis IdentityFile ~/.ssh/identity.d/[email protected] EOF jlz@valinor:~$ git clone git://live.debian.net/git/live-manual.git Cloning into live-manual... remote: Counting objects: 8484, done. remote: Compressing objects: 100% (1884/1884), done. remote: Total 8484 (delta 6919), reused 7939 (delta 6472) Receiving objects: 100% (8484/8484), 2.21 MiB | 118 KiB/s, done. Resolving deltas: 100% (6919/6919), done. jlz@valinor:~$ cp user_managing_a_configuration.ssi.po live-manual/manual/po/es/user_managing_a_configuration.ssi.po jlz@valinor:~$ cd live-manual jlz@valinor:~/live-manual$ make commit # Removing useless whitespaces at EOL ... Successful... please do: * git add . * git commit -a -m "Your commit message." * git push jlz@valinor:~/live-manual$ git add . jlz@valinor:~/live-manual$ git commit -a -m "Translating user_managing_a_configuration.ssi.po to ES" [debian 95614d5] Translating user_managing_a_configuration.ssi.po to ES 16 files changed, 207 insertions(+), 125 deletions(-) rewrite manual/es/user_managing_a_configuration.ssi (86%) jlz@valinor:~/live-manual$ git push fatal: The remote end hung up unexpectedly ================<end-cut>=============== -- José Luis Zabalza jlz.3008 a t gmail.com Linux Counter 172551 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
