Marc Hohl <[email protected]> writes: > this is the time for my first patch to be pushed by myself ;-) > ... and it doesn't work. > > I followed the instructions at > http://lilypond.org/doc/v2.15/Documentation/contributor/git-for-the-impatient > > My work is on barlineI, so I did > > (on master) > > git pull > git checkout barlineI > git rebase master > > (I squashed all 19 local commits to a single commit earlier) > > git fetch > git rebase origin/staging barlineI~0 > gitk HEAD > > (looks quite alright, my patch is on the topmost line, below I see > remotes/origin/staging Issue 2692: Let ly;make-moment accept rationals. > Now taking a deep breath, typing:) > > git push origin HEAD:staging > > fatal: The remote end hung up unexpectedly > > Is this a temporary server problem, or did I something wrong?
Temporary server problem, or your repository access method is not suitable for pushing. If you access the respository using http or similar, expecting to push is too optimistic. Check out the configuration of the repository in .git/config to see what method you are using. -- David Kastrup _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
