git:fatal:unable to connect to github.com

cccs7 Lv5

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

image-20230328202429166

在 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/

image-20230328202609020


修复后,再次执行 git clone

image-20230328202650100

  • Title: git:fatal:unable to connect to github.com
  • Author: cccs7
  • Created at: 2023-03-28 20:27:21
  • Updated at: 2023-06-29 23:12:15
  • Link: https://blog.cccs7.icu/2023/03/28/gitfatalunable-to-connect-to-github.com/
  • License: This work is licensed under CC BY-NC-SA 4.0.
 Comments
On this page
git:fatal:unable to connect to github.com