fatal: 无法连接到 github.com

  • Post author:
  • Post category:其他


$ git pull

fatal: 无法连接到 github.com:

github.com[0: 13.229.188.59]: errno=Connection timed out

在git时,出现以上提示

原因:

需要用https才能读到数据

解决方法:输入命令

git config –global url.”https://”.insteadOf git://   (直接输入这段话就可以,不用去找项目的具体地址)



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