ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remote repo
问题描述:在使用Git将本地仓库推送到远程仓库的时候,发生了如下错误:“fatal:Couldnotreadfromremoterepository.”1、首先输入以下命令检查SSH是否能够连接成功(ssh后面有空格)[email protected]发现报错:端口连接超时。ssh:connecttohostgithub.comport22:Connectiontimedout解决方案(亲测有