Globalize pour rails 2.*

Hello les railers,

Si je ne m’abuse le repository de la version “rails 2” de Globalize est
ici: GitHub - yannlugrin/globalize: Globalize is a Ruby on Rails plugin designed to support multilingual applications (official repository).

Je n’arrive pas à faire un git-clone sur le projet.

Voici ce que j’ai avec le protocole git:

git clone git://github.com/yannlugrin/globalize.git
Initialized empty Git repository in /tmp/globalize/.git/
github.com[0: 65.74.177.129]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
fetch-pack from ‘git://github.com/yannlugrin/globalize.git’ failed.

Voici ce que j’ai avec le protocole http:

git clone GitHub - yannlugrin/globalize: Globalize is a Ruby on Rails plugin designed to support multilingual applications (official repository).
Initialized empty Git repository in /tmp/globalize/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?

Quelqu’un a t il une idée ?

Merci,
Benoit

Bonjour,

Je viens de faire git clone git://github.com/yannlugrin/globalize.git
et cela marche.

Bonne journée,
Pierre

On 15 sep, 09:38, “Benoit C.” [email protected]

Et pour ceux que ça intéresse la version 2 de Globalize est par ici :

++

yk

2008/9/15 Benoit C. [email protected]:

On Mon, Sep 15, 2008 at 9:38 AM, Benoit C.
[email protected] wrote:

Initialized empty Git repository in /tmp/globalize/.git/
github.com[0: 65.74.177.129]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
fetch-pack from ‘git://github.com/yannlugrin/globalize.git’ failed.

Tu as peut-être bloqué le port le protocole git:// utilise sont propre
port.

Voici ce que j’ai avec le protocole http:

git clone GitHub - yannlugrin/globalize: Globalize is a Ruby on Rails plugin designed to support multilingual applications (official repository).
Initialized empty Git repository in /tmp/globalize/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?

C’est normal vu que ce n’est pas le bon emplacement. il faut utilisé
le port du protocole git://


Cyril M.