Ошибка при использовании команды git push -u origin master
пытаюсь залить файлы на github, когда ввожу команду
$ git push -u origin master
получаю такую ошибку:
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
Из-за чего такое может происходить?