当前位置: 首页 > article >正文

linux访问github网速太慢 the remote end hung up unexpectedly问题

linux访问github网速太慢 the remote end hung up unexpectedly问题
pip install git+https://github.com/zhanghang1989/PyTorch-Encoding/时遇到fatal: the remote end hung up unexpectedly
原因 linux访问github网速太慢
措施:
确定ip: https://link.zhihu.com/?target=https%3A//ip.tool.chinaz.com/github.com
确定域名ip: https://link.zhihu.com/?target=https%3A//ip.tool.chinaz.com/github.global.ssl.fastly.net
确定静态资源ip: http://link.zhihu.com/?target=https%3A//ip.chinaz.com/assets-cdn.github.com
修改hosts文件: sudo gedit /etc/hosts

将查询到的ip复制到文件,复制格式如下
20.205.243.166 github.com
192.133.77.133 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
185.199.109.153 assets-cdn.github.com
185.199.110.153 assets-cdn.github.com
185.199.111.153 assets-cdn.github.com
在这里插入图片描述
保存退出,参考:https://zhuanlan.zhihu.com/p/489362379


http://www.kler.cn/a/284456.html

相关文章:

  • 边缘的检测
  • 开发语言中,堆区和栈区的区别
  • ubuntu中apt-get的默认安装路径。安装、卸载以及查看的方法总结
  • HTML之表单学习记录
  • NVIDIA Isaac Sim 仿真平台体验测评
  • 《MYSQL45讲》误删数据怎么办
  • Docker Compose 部署 Kafka的KRaft模式 不用依赖 Zookeeper
  • 跟《经济学人》学英文:2024年08月31日这期 How Abercrombie Fitch got hot again
  • 72 华为资源库
  • 第十六章 rust命令行工具开发实践
  • Django orm 中设置读写分离
  • Clickhouse集群化(二)单节点部署
  • 深度学习基础--梯度下降与初始化
  • 分享8个Python自动化实战脚本!
  • Sora 代码规范之Refactor this method to not always return the same value.(目的性问题)
  • Linux C/C++ 库链接选项 --whole-archive,--no-whole-archive和--start-group, --end-group
  • CSS学习7
  • 【CSS in Depth 2 精译_021】3.4 负的外边距 + 3.5 外边距折叠
  • 牛客小白月赛99(A-F)
  • Linux 系统调优 2
  • 2024年交安安全员考试题库及答案
  • 大数据查询优化之谓词下推 ?
  • 【王树森】RNN模型与NLP应用(9/9):Self-Attention(个人向笔记)
  • Apache Flink 零基础入门(二):开发环境搭建和应用的配置、部署及运行
  • React滚动加载(无限滚动)功能实现
  • 23种设计模式之模版方法模式