2008/9/25 Aaron Griffin <aaronmgriffin@gmail.com>:
On Sun, Sep 21, 2008 at 7:55 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
The following patch fixes small issue. I tried to push it but got: $ git push fatal: The remote end hung up unexpectedly Why?
Did you clone over http? http doesn't allow for pushing.
$ git remote show origin * remote origin URL: ssh://archlinux.org/srv/projects/git/initscripts.git Remote branch merged with 'git pull' while on branch master master Tracked remote branches master splash
I didn't specify a protocol so looks like it didn't use ssh: $ git remote show origin * remote origin URL: git://projects.archlinux.org/initscripts.git Remote branch merged with 'git pull' while on branch master master Tracked remote branches master splash I'll check & change all my tracked git repos.
Pushing your patch now
thanks! -- Roman Kyrylych (Роман Кирилич)