git上传代码报错ssh: connect to host github.com port 22: Connection timed out解决办法
git上传代码报错ssh: connect to host github.com port 22: Connection timed out解决办法
一、首先,进入git库所在文件夹,右键,点击Git Bash Here
二、在命令行输入:ssh -T [email protected]
(此行语句用于请求链接git库)
稍等片刻如果继续报错,便可进行第三步,报错内容如下:
ssh: connect to host github.com port 22: Connection timed out
三、打开
原创
2021-03-25 19:50:06 ·
11883 阅读 ·
3 评论