fatal: unable to access ‘https://github.com/xx/xx.git/’: Failed to connect to github.com port 443: T

github提交代码时报错:

fatal: unable to access ‘https://github.com/xx/xx.git/’: Failed to connect to github.com port 443: Timed out

在这里插入图片描述

意思是:无法连接到github.com端口443:超时。
原因:github的用户名或密码没输入对,导致登录失败,所以没有push的权限。

解决办法:
再次执行操作,输入正确的用户名和密码。


版权声明:本文为Amouzy原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。