关于ubuntu命令行连接github失败解决办法
如果发现ping github.com有问题
使用sudo gedit /ect/hosts 打开host文件
添加
140.82.114.4 github.com
发现使用git 克隆失败,出现
alia@ubuntu:~/文档/c++test$ git clone https://github.com/LearningInfiniTensor/learning-cxx.git
正克隆到 ‘learning-cxx’…
fatal: 无法访问 ‘https://github.com/LearningInfiniTensor/learning-cxx.git/’:Failed to connect to github.com port 443 after 21036 ms: Couldn’t connect to server
尝试使用 HTTPS 协议并禁用 SSL 验证:
git config --global http.sslVerify false
git clone https://github.com/LearningInfiniTensor/learning-cxx.git
原文地址:https://blog.csdn.net/weixin_34449966/article/details/145215997
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!