Я хочу клонировать репозиторий, и у меня возникли проблемы с разрешениями,
Я пытался настроить свое имя пользователя и адрес электронной почты, но продолжаю получать ошибки
Я использовал
git config --global user.name "yusuf-uthman"
git config --global user.email "yusufuthman57@gmail.com"
, но не получил никакого уведомления, принято или нет.
Uthman@DESKTOP-30QGK3L MINGW64 ~/Desktop/Scripts/hng_internship5.0
$ git config --global user.name "Uthman Yusuf"
Uthman@DESKTOP-30QGK3L MINGW64 ~/Desktop/Scripts/hng_internship5.0
$ git config --global user.email "yusufuthman57@gmail.com"
Uthman@DESKTOP-30QGK3L MINGW64 ~/Desktop/Scripts/hng_internship5.0
$ git clone git@github.com:yusuf-uthman/hng-internship.git
Cloning into 'hng-internship'...
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.
git@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.
Я надеюсь получить разрешение и клонировать репозиторий,
Я уверен, что хранилище существует, потому что я только что создал его,
Я буду признателен за любую помощь