我不知道发生了什么变化,但是当我尝试在 GitHub 上推送到我的遥控器时,我感到非常惊讶,它却转到了一个完全未知的 IP。
[slavik@localhost guardonce]$ git push origin master
Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
Connection closed by 192.30.252.128
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
其他测试表明我本地机器的配置没问题。例如:
[slavik@localhost guardonce]$ ssh -T git@github.com
Hi slavik81! You've successfully authenticated, but GitHub does not provide shell access.
和
[slavik@localhost guardonce]$ git remote -v
origin git@github.com:slavik81/guardonce.git (fetch)
origin git@github.com:slavik81/guardonce.git (push)
看着我的 known_hosts,我预计会与github.com,204.232.175.90
. 那么,我为什么不呢?