
GitHub是一个面向开源及私有软件项目的托管平台,因为只支持Git作为唯一的版本库格式进行托管,故名GitHub。
因为是全球开源代码分享网站,所以就成为各大网站的发布页的首选。
足足有60多页相关内容。
https://github.com/search?q=发布页
除了这些还有很多好用免费的软件,大家自行鉴别。
这么下去,GitHub迟早给玩坏了
更新GITHUB镜像站
https://hub.おうか.tw
https://hub.連接.台灣
https://hub.fastgit.xyz (支持git)
http://githubcdn.ml/
https://cdn.githubjs.cf
https://gitclone.com/ (仅支持git)
如果你无法访问Github(因为国内访问会偶尔抽风),可以试试以下的方法:
修改Host
如果你只需要访问github的话,可以试试这个方法确实不错,当然这种也是会有失效的情况
1.打开C:\Windows\System32\drivers\etc 路径下的的hosts文件,在hosts文件内加上如下内容并保存
Github可用的host
- 140.82.114.4 github.com
- 140.82.114.4 gist.github.com
- 185.199.108.153 assets-cdn.github.com
- 151.101.64.133 raw.githubusercontent.com
- 151.101.108.133 gist.githubusercontent.com
- 151.101.108.133 cloud.githubusercontent.com
- 151.101.108.133 camo.githubusercontent.com
- 151.101.108.133 avatars0.githubusercontent.com
- 151.101.108.133 avatars1.githubusercontent.com
- 151.101.108.133 avatars2.githubusercontent.com
- 151.101.108.133 avatars3.githubusercontent.com
- 151.101.108.133 avatars4.githubusercontent.com
- 151.101.108.133 avatars5.githubusercontent.com
- 151.101.108.133 avatars6.githubusercontent.com
- 151.101.108.133 avatars7.githubusercontent.com
- 151.101.108.133 avatars8.githubusercontent.com
如果无法编辑,鼠标右键打开文件属性将“只读”取消勾选并应用保存
2022年国内Github无法访问 简单几步解决
Win+R打开运行框,输入cmd打开命令窗口,输入ipconfig/flushdns
命令会提示以下信息
2022年国内Github无法访问 简单几步解决
然后就可以愉快的访问Github了!