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?

More than 1 year has passed since last update.

VSCodeで git clone(MacOS)

Posted at

概要

VS Code で git clone する方法をよく忘れてしまうので記録

確認した環境
・macOS Monterey 12.5.1
・Visual Studio Code 1.74.1

手順

  1. Command + Shift + p でコマンドウィンドウを開く

  2. gitclくらいまで入力すると Git Clone が出てくる
    スクリーンショット 2022-12-20 11.42.08.png

  3. リポジトリ URL を指定するか、リポジトリ ソースを選択します。と表示されるので指定する
    スクリーンショット 2022-12-20 11.52.01.png

私はGithubのリポジトリのページからコピーして貼り付けています。
スクリーンショット 2022-12-20 11.46.21.png

Clone先を選択して完了。

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?