Fixing the Github Permission denied issue | Github SSH Key setup

Описание к видео Fixing the Github Permission denied issue | Github SSH Key setup

In this video I show you how to fix the github error - Permission denied (public key) and how to create and add ssh key to your github account. By the end you'll have the following Issue SOLVED.

***@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Run this command in terminal:

ssh-keygen -t rsa

And than run this command to copy the generated ssh key

pbcopy ~/.ssh/id_rsa.pub

Комментарии

Информация по комментариям в разработке