[haiku-development] Re: Git repository mirrors have been replaced

  • From: Oliver Tappe <zooey@xxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Mon, 13 Jun 2011 17:54:05 +0200

Hi Alex,

On 2011-06-13 at 17:14:53 [+0200], kallisti5 <kallisti5@xxxxxxxxxxx> wrote:
> On Mon, 13 Jun 2011 16:47:49 +0200, Oliver Tappe wrote:
> > Hi there,
> >
> > anyone already using our (still read-only) git repositories, please
> > note
> > that those repositories have just been replaced with ones that
> > contain
> > correct author mail addresses.
> >
> > Please tell if you encounter any problems or just have
> > comments/ideas.
> 
> kallisti5@houvonglucka99:~$ git config --global --list
> user.name=Alexander von Gluck IV
> user.email=kallisti5@xxxxxxxxxxx
> 
> kallisti5@houvonglucka99:~$ git clone git://git.haiku-os.org/haiku
> Cloning into haiku...
> fatal: The remote end hung up unexpectedly

Ouch, the explicit export-marker-files were missing, so git-daemon didn't 
export any of the new repos - fixed. Thanks for the note!

> kallisti5@houvonglucka99:~$ git clone ssh://git.haiku-os.org/haiku
> Cloning into haiku...
> fatal: '/haiku' does not appear to be a git repository
> fatal: The remote end hung up unexpectedly

The URL for ssh is different, since that wants the full filesystem path, so 
it's:
    git clone ssh://git.haiku-os.org/git/haiku

(which shortens the path by means of a '/git' symlink on the server).

cheers,
        Oliver

Other related posts: