今天发现Github的push指令和pull指令都不能用了,报错显示:
1 2 3 4 5 6 7 |
$ git push -u origin master Connection reset by 192.30.253.112 port 22 fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. |
试过修改秘钥,重新连接远程,开放端口等方法都不行
过程中发现了有一个查询IP地址的网站以后可能用得到:https://www.ipaddress.com/
最后的解决方式是换一个自己电脑的IP,这样就好了……
MDZZ