Есть папка с локальным репозиторием на компьютере. Также на GiHub имеется уже созданный репозиторий. Как залить локальный репозиторий на GitHub? SSH-ключ на GitHub подключил. В терминале ввел команду
git remote add origin git@github.com: user/репозиторий
.
При следующей команде (
git push -u origin master
) возникла такая ошибка:
The authenticity of host 'github.com (140.82.118.4)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no/[fingerprint])?
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.