2009-06-11から1日間の記事一覧

git clone + ssh + エラー

git clone を ssh 越しにやったらエラーが出たので対処メモ。 エラーまでの軌跡 サーバ作業: $ mkdir -p repos/test/bare $ cd repos/test/bare $ git --bare init クライアント作業: $ git clone machine:/home/user/repos/test/bare/ testdir Initialize…