git over ssh で、リモートホスト上の git リポジトリにアクセスした時のメモ。 条件は以下な感じ。 SSH しか使えないリモートホスト上に git リポジトリを置いてローカルで作業 clone、push、pull したい root 権限は無いので、git は適当な場所にインストール リモート上にリポジトリを作成し、clone しようとした時にまずつまづく。 > git clone user@host:path/to/repos.git Initialized empty Git repository in /local/path/to/repos/.git/ ksh: git-upload-pack: not found fatal: The remote end hung up unexpectedly どうやら以下のような感じで ssh が実行されるが、リモートで実行さ