production.log

株式会社リブセンスでエンジニアをやっている星直史のブログです。

gitosisのcloneに失敗したときの対処方法

よく他のサイトでは

git clone git://eagain.net/gitosis.git

こちらでgitosisをインストールできるとあるが、どうもうまくいかない。
変なエラーが出ちゃう。

yum -y install git
git clone git://eagain.net/gitosis.git
fatal: unable to connect to eagain.net:
eagain.net[0: 208.78.102.120]: errno=Connection refused


どうやら、httpsで取得できるらしい。
正解はこちら。

git clone https://github.com/tv42/gitosis.git