其他分享
首页 > 其他分享> > GitHub无法访问下载

GitHub无法访问下载

作者:互联网

GitHub无法访问下载

GitHub无法访问和代码无法下载解决办法:                                                                      

访问GitHub错误
访问github错误
下载github代码错误

 

 Unable to connect to raw.githubusercontent.com: 443

 解决方法:

打开 https://www.ipaddress.com/或者http://ip.tool.chinaz.com/输入访问不了的域名,如:github.com或者codeload.github.com或者raw.githubusercontent.com

以raw.githubusercontent.com为例。

查询之后可得到正确的IP地址。上面是199.232.96.133

在本机的hosts文件中添加:

199.232.68.133 raw.githubusercontent.com
199.232.68.133 user-images.githubusercontent.com
199.232.68.133 avatars2.githubusercontent.com
199.232.68.133 avatars1.githubusercontent.com

hosts文件地址一般为:C:\Windows\System32\drivers\etc\hosts。 建议使用 switchhosts 方便 host 管理。

添加保存后再打开cmd,在命令行输入:

# 刷新DNS
ipconfig /flushdns

之后重新打开github或重新下载代码。

 

Hosts

若hosts无法编辑和保存,修改hosts文件当前使用用户的属性:

按路径C:\Windows\System32\drivers\etc\hosts找到hosts文件,右键选择属性,如下

到第三步进入编辑,如下:

勾选修改、读取和执行、读取、写入 ,并应用且确定。

之后就可以修改hosts了。

 

码云

若以上方法不行,则还可通过码云来下载。

1、打开码云https://gitee.com/并注册登录。

2、创建仓库

图片中①②都可以创建仓库。

3、选择导入已有仓库,输入githun链接

4、之后点击创建就可以从码云下载了。

 

 

参考资料:

https://github.com/hawtim/blog/issues/10

https://www.cnblogs.com/mlblog27/p/13781510.html

https://www.cnblogs.com/USTC-ZCC/p/11163292.html

标签:githubusercontent,GitHub,无法访问,github,hosts,https,199.232,com,下载
来源: https://blog.csdn.net/d_benhua/article/details/112285700