On Sun, Sep 28, 2008 at 4:28 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
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:
In future if you didnt checkout via ssh, you can do git push ssh://bob@somehost:/path/to/repository/on/remote/server and this can be configured somewhere within the repo you checked out. James