Connect Visual Studio Code to

Pubblicato il: 06 maggio 2020
sul canale di: 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}
```


In questa pagina del sito puoi guardare il video online Connect Visual Studio Code to della durata di ore minuti seconda in buona qualità , che l'utente ha caricato 0xboz 06 maggio 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 15,277 volte e gli è piaciuto 80 spettatori. Buona visione!