Я получаю эту ошибку -
D:\Projects\wamp\www\REPO [master]> git pull origin master
Warning: Permanently added 'github.com,192.30.252.128' (RSA) to the list of known hosts.
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Вывод git remote -v
D:\Projects\wamp\www\REPO [master]> git remote -v
origin [email protected]:username/repo.git (fetch)
origin [email protected]:username/repo.git (push)
Заключительное сообщение команды ssh -Tv git @github.com -
Hi [My Username]! You've successfully authenticated, but GitHub does not provide shell access.
Как я могу его решить?