LoginSignup
0
0

ubuntu(virtual box)環境のVSCodeにgitとgithubを設定してみた

Last updated at Posted at 2023-06-12

Gitをインストールする

sudo apt update
sudo apt install git

Gitの設定をする

git config --global user.name name
git config --global user.email mail@mail.com

VSCodeで設定する

リポジトリのURLを入力する

13.png

クローン先のローカルフォルダを指定する

14.png

クローンされた
15.png

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