git clone 遇到问题:fatal: unable to access ‘https://githubxxxxxxxxxxx’: Failed to connect to xxxxxxxxxxxxx

将命令行里的http改为git重新执行。

例:
修改前
git clone https://github*******************
修改后:
git clone git://github*******************

更多推荐

git clone 出现fatal: unable to access ‘https://github 类错误解决方法