# VRCWT-TEST TEST用リポジトリ - clone方法 `code`ボタンをクリックします https箇所に下記のような表記があるのでClickしてコピー `https://git.vrcworldtour.com/every_holiday/vrcwt-test.git` 自分のPCに戻り作業したい箇所に下記コマンドを実行します ```bash kennypi@kpi5 ~/work$ git clone https://git.vrcworldtour.com/every_holiday/vrcwt-test.git Cloning into 'vrcwt-test'... remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) Receiving objects: 100% (3/3), done. ``` 指定したリポジトリが入っていればOK ```bash kennypi@kpi5 ~/work$ ls vrcwt-test ```