Connect Visual Studio Code to

Опубликовано: 06 Май 2020
на канале: 0xboz
15,277
80

Connect Visual Studio Code to GitHub via SSH (Debian 10)

JOIN [0xboz's Discord](  / discord  .

Create a SSH key pair

Skip this step if you have a pair of keys already

```shell
ssh-keygen -t ecdsa -b 521
```

Install git

```shell
sudo apt install -y git
```

Add the SSH key to GitHub account

[The official documentation by GitHub.](https://help.github.com/en/github/aut...)

Create an empty repo on GitHub

*DO NOT create `README.md` and `.gitignore`.*
Copy the *SSH link* from this repo.

Create the repo on the local machine

```shell
mkdir vscode_github && cd vscode_github
git init
git remote add origin {SSH link to GitHub Repo}
```


На этой странице сайта вы можете посмотреть видео онлайн Connect Visual Studio Code to длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь 0xboz 06 Май 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 15,277 раз и оно понравилось 80 зрителям. Приятного просмотра!