当前位置:   article > 正文

解决github连接超时问题(ubuntu下)_ubuntu连接github超时

ubuntu连接github超时

在这里转载其他网友的:https://www.cnblogs.com/long5683/p/14818825.html

1.确定是否能打开github

ping github.com

 2.修改hosts文件

sudo gedit /etc/hosts

将以下内容添加到hosts文件中

  1. 127.0.0.1 localhost
  2. 127.0.1.1 Leopard-10SFR #用户名不同电脑不一样
  3. #由于ubuntu安全问题,需追加这两条指令
  4. 10.181.255.21 github.com git 10.181.255.21是本级ipv4/ipv6地址
  5. 20.205.243.166 github.com 20.205.243.166是利用站长工具,获取的github数据库ip地址
  6. #github.com
  7. 199.232.69.194 github.global.ssl.fastly.net #这是github域名ip地址
  8. 185.199.108.153 assets-cdn.github.com #这下面都是github静态资源ip
  9. 185.199.109.153 assets-cdn.github.com
  10. 185.199.110.153 assets-cdn.github.com
  11. 185.199.111.153 assets-cdn.github.com
  12. # The following lines are desirable for IPv6 capable hosts
  13. ::1 ip6-localhost ip6-loopback
  14. fe00::0 ip6-localnet
  15. ff00::0 ip6-mcastprefix
  16. ff02::1 ip6-allnodes
  17. ff02::2 ip6-allrouters

保存hosts文件即可访问

TIPS:

获取本级ip地址/github网站地址 :百度搜索ip查询工具即可

都不行的话,直接用这个连接的方法:Ubuntu解决Github无法访问的问题-腾讯云开发者社区-腾讯云

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/545684
推荐阅读
相关标签
  

闽ICP备14008679号