Am 27.07.2012 08:45, schrieb David Kastrup:
Marc Hohl <m...@hohlart.de> 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.
mit config file reads

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
[remote "origin"]
    url = git://git.sv.gnu.org/lilypond.git/
    fetch = +refs/heads/master:refs/remotes/origin/master
    fetch = +refs/heads/staging:refs/remotes/origin/staging
[branch "master"]
    remote = origin
    merge = refs/heads/master
[rietveld]
    server = codereview.appspot.com
    cc = lilypond-devel@gnu.org
[format]
    suffix = .patch.txt
[branch "barlineI"]
    rietveldissue = 6305115
    rietveldpatchset = 38006
[branch "staging"]
    remote = origin
    merge = refs/heads/staging

So I think I am not using http, right?

Regards,

Marc



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to