git:fatal: unable to connect to github.com:github.com[0:20.205.243.166]: errno=Unknown error

在 bash 执行命令 git clone 时 报 : fatal: unable to connect to github.com:github.com[0: 20.205.243.166]: errno=Unknown error

发生此错误是因为 git 端口受限,可以使用以下命令修复

git config --global url.https://github.com/.insteadOf git://github.com/

修复后,再次执行 git clone

精彩文章

评论可见,请评论后查看内容,谢谢!!!评论后请刷新页面。