Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ubuntu10.04マシンにgitoliteをインストールし、リポジトリAを作成しました。私のチームはそのブランチにコードをリモートでチェックインしました。ここで、このリポジトリを同じUbuntuマシンに複製したいと思います。どうすればいいですか。よろしくお願いします!
ファイルシステムベースのクローン (vs. ssh、git、または http プロトコル) を使用して、レポをクローンできるはずです。
クローン先のディレクトリにいる間、次のようなものが機能するはずです。
git clone /path/to/repo