关于getaddrinfo() thread failed to start的猜测

最近刚入职,想用这里办公的电脑clone自己的GitHub上面的一个代码下来用来练手研究,结果Git死活clone不下来,并且一直报错getaddrinfo() thread failed to start。如下:

$ git clone https://gitee.com/philip2447741067/TheFirstProject.git
Cloning into 'TheFirstProject'...
fatal: unable to access 'https://gitee.com/philip2447741067/TheFirstProject.git/': getaddrinfo() thread failed to start

研究来研究去,还把Git重新安装了一次,发现都没办法解决问题,这里说的是get addr info这个函数线程启动失败了,这到底是为什么呢?为什么会获取不了目标的地址呢?并且我还用码云也试过了,发现依旧不行,能ping通的情况下却不能获取地址。
后来Google了一手,在Stack Overflow看到了这样的一则评论:
关于getaddrinfo() thread failed to start的猜测_第1张图片
嗯,估计就是网络防火墙的原因了,可能是公司的网管把这些个地址给禁了,毕竟的确现在我也上不了哔哩哔哩和知乎。

所以,没办法,估计只有回去用自己电脑弄了(摊手),就不纠结这个问题了

你可能感兴趣的:(关于getaddrinfo() thread failed to start的猜测)