[horde] Problems with git?

Harald Hutter hutter at ihs.ac.at
Mon Sep 13 14:41:33 UTC 2010


On Monday 13 September 2010, roman stachura wrote:
>   Am 13.09.2010 15:48, schrieb Harald Hutter:
> > Hi,
> >
> > if I browse the git repostiory http://git.horde.org I can find some
> > changed files.
> > Doing git status does not show any changes.
> >
> > git pull shows:
> > dev.horde.org[0: 208.52.151.194]: errno=Connection refused
> > fatal: unable to connect a socket (Connection refused)
>
> --> horde is now on github.
>

Thanks, I missed that.

> http://www.horde.org/source/git.php
>
> git clone --depth 1 git://github.com/horde/
>

still an error:

First try with horde as repository name:

git clone --depth 1 git://github.com/horde/ horde
Initialized empty Git repository in /srv/www/htdocs/github/horde/.git/
github.com[0: 207.97.227.239]: errno=No route to host
fatal: unable to connect a socket (No route to host)

Second try without argument as you wrote:

 git clone --depth 1 git://github.com/horde/
Initialized empty Git repository in /srv/www/htdocs/github/horde/.git/
fatal: protocol error: expected sha/ref, got 'ERR 
  horde/ is not a valid repository name
  Visit http://support.github.com for help'

Once again with horde and watching the communication with tcpdump:

 git clone --depth 1 git://github.com/horde/ horde
Initialized empty Git repository in /srv/www/htdocs/github/horde/.git/
fatal: protocol error: expected sha/ref, got 'ERR 
  horde/ is not a valid repository name
  Visit http://support.github.com for help'

I verified I received packages from 207.97.227.239, src port is 9418 and dst 
port is 49329. Just to be sure this not an firewall problem.

Do I need to set up anything else?

git version is 1.6.0.2  

regards
harald

> http://github.com/horde/horde
>
> regards roman
>
> > dev.horde.org answers to a ping request.
> >
> > Is there a problem with the git repository?
> >
> > kind regards,
> > Harald Hutter




More information about the horde mailing list