最佳答案
我得到这个错误-
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 git@github.com:username/repo.git (fetch)
origin git@github.com:username/repo.git (push)
Ssh-TV git@github.com命令的最后消息-
Hi [My Username]! You've successfully authenticated, but GitHub does not provide shell access.
我该怎么解决呢?