How to Fix GitHub Error Permission Denied (publickey) |Fatal: Could Not Read From Remote Repository

preview_player
Показать описание
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

Рекомендации по теме
Комментарии
Автор

The system cannot find the path specified.

ismailbakhach
Автор

This worked fine for me, use cat instead of pbcopy and just copy it from the terminal if you are on windows

ViktorTheRook
Автор

Thank you, ive been struggling the whole time

soldierboy
Автор

Are we supposed to run the SSH key in the same directory of our files or does it not matter?

richardlew
Автор

hi its not letting me push my file :(. fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
millz$

millieandcupcake
Автор

Thank you. I was doing this from four hours.

bhagyashrisalunkhe
Автор

kya kara rha hai bhai
ganna baja le ya video me samjha de

divyanshchaudhary
Автор

rsa doesn't support anymore in Git.

Manampervez