git clone 遇到问题:fatal: unable to access ‘https://github.comxxxxxxxxxxx‘: Failed to connect to xxxxxxxxxxxxx
将命令行里的https改为git
改为
git clone git://github.comxxxxxxxxxxx
git clone 出现fatal: unable to access ‘https://github 错误解决方法
原文:https://www.cnblogs.com/tree1123/p/14672366.html