现象
报错:[ERROR] [default] [2023-09-08T15:47:01.542Z] GitHub Copilot could not connect to server. Extension activation failed: “connect ETIMEDOUT 20.205.243.168:443”
原因
DNS解析api.github.com
的地址到20.205.243.168
,但实际上这个地址ping不通。文章来源:https://www.toymoban.com/news/detail-752747.html
解决
通过这个网站(https://myssl.com/dns_check.html),查询api.github.com的IP地址,修改电脑HOST文件直接指向这个IP。如果你github访问也不流畅,也可以用这个方式指定IP。文章来源地址https://www.toymoban.com/news/detail-752747.html
20.205.243.166 github.com
140.82.112.6 api.github.com
到了这里,关于Github Copilot连接不上服务器的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!