#2020 Can't push on git
Closed: Fixed None Opened 14 years ago by pingou.

= phenomenon =
I have my git repo (for R2spec) on my laptop, after some change made on another machine, I ran git pull to get the changes.

I made some other changes, commit them and I am not trying to run git push.
Every time I try to push I get an error.

= output / bug =
$ git push
fatal: The remote end hung up unexpectedly

= source =
git://fedorahosted.org/r2spec


pingou,

Could you please try a:

git push ssh://pingou@git.fedorahosted.org/git/r2spec

and let us know if you have more luck with that.

Hi Nigel,

Not so much more:

{{{
$ git push
fatal: The remote end hung up unexpectedly
$ git push ssh://pingou@git.fedorahosted.org/git/r2spec
fatal: protocol error: bad line length character: Inva
}}}

I saw with G on irc and we made it working using:
{{{
git push ssh://pingou@git.fedorahosted.org/git/r2spec.git
}}}

Thanks for the help !

Login to comment on this ticket.

Metadata