Connect Visual Studio Code to

Publicado el: 06 mayo 2020
en el canal de: 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}
```


En esta página del sitio puede ver el video en línea Connect Visual Studio Code to de Duración hora minuto segunda en buena calidad , que subió el usuario 0xboz 06 mayo 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 15,277 veces y le gustó 80 a los espectadores. Disfruta viendo!