github

Configuring git

Creating an ssh key and adding it to our authenticator https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent To check if we have an ssh authentication already we run on the terminal: ssh -v git@github.com If we have the ssh authentication we will a message like this: Hi User Name! You've successfully authenticated, but GitHub does not provide shell access. If it is not succesful, follow to the next section. Generate the key We will write the following command by replacing the email within quotations with the email we used to sign up on github.