0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GitHubからSSHでローカルにクローンする

Last updated at Posted at 2021-12-04

事前準備

GitHubからURLを取得

  1. GitHubから対象のリポジトリを開く

  2. <> Codeタブをクリック

  3. Code▼ボタンをクリック

  4. SSHをクリック

  5. 表示されているURLをコピー
    ex) git@github.com:hello-world-app.git

ローカルにクローン

sh
cd hello-world-app # プロジェクトのディレクトリ
git clone git@github.com:hello-world-app.git

関連

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?