LoginSignup
0
0

More than 3 years have passed since last update.

githubの内容をローカルに持ってくる

Posted at

1、ターミナルで該当のディレクトリに移動

$cd 【移動したいディレクトリ】

▼例えばデスクトップ配下の「sample」というフォルダの中に入れたい場合

$cd desktop/sample

2、クローンコマンドを打つ

$git clone 【持ってくるプロジェクトのURL】

image.png

Githubパスワードを聞かれます、入れてください

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0