On Sat, Aug 01, 2009 at 12:05:35PM -0700, Mark Polesky wrote:
> 
> I'm getting this:
> 
> $ git pull ssh://sv/srv/git/lilypond.git master
> fatal: The remote end hung up unexpectedly

Well, that URI is kind of bogus.  :-)

This should work:

  $ git pull git://git.sv.gnu.org/lilypond.git master

___________________

I can do

  $ git pull

because I have my .git/config set up with this information:

  [remote "origin"]
          url = ssh://[email protected]/srv/git/lilypond.git
          fetch = +refs/heads/*:refs/remotes/origin/*
  [branch "master"]
          remote = origin
          merge = refs/heads/master
          rebase = true


HTH,
Patrick


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to