lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git hang-ups


From: Patrick McCarty
Subject: Re: git hang-ups
Date: Sat, 1 Aug 2009 12:40:01 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

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://address@hidden/srv/git/lilypond.git
          fetch = +refs/heads/*:refs/remotes/origin/*
  [branch "master"]
          remote = origin
          merge = refs/heads/master
          rebase = true


HTH,
Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]