利用gitee下载github中开放的源码
- 方法一:
-
- step 1:
- step 2:
- step 3:
- 方法二
-
- step 1:
- step 2:
- step 3:
- step 4
方法一: step 1: 打开网页输入www.github.com查看是否可以打开网页
step 2: 1、 在终端输入
ping github.com
查看是否可以ping通,ping通的结果如下所示
文章图片
2、如果ping通了,排除git不正常的情况,可能是网络不好,可以转到方法二;
3、如果没有ping通,参考解决无法访问github的方法(P.S.:如果是windows,hosts文件的位置:C:\Windows\System32\drivers\etc,建议将该文件复制到桌面,并在最后添加,保存后再复制到该位置覆盖原文件,如果还不行,尝试清理dns缓存,win+r,输入‘cmd’,再输入ipconfig/flushdns;如果是linux,hosts文件的文职是:/etc/hosts,打开后再最后添加,保存关闭)
4、关掉当前终端,重新打开一个终端,再次尝试ping
step 3: 以上步骤如果还是不行转到方法二
方法二 step 1: 注册并登录gitee(https://gitee.com/)
step 2: 右上角“+”,新建仓库
文章图片
step 3:
文章图片
step 4 【git|git clone出现 fatal: unable to access ‘https://github.com/...‘的两种解决方法】进入仓库,复制连接,进入终端
文章图片
源码即可下载
推荐阅读
- 工作经验|完美解决 fatal: unable to access ‘https://github.com/.../.git‘: Could not resolve host: github.com
- 编程-开发工具|[编程开发工具-6](github仓库、gitee仓库、git本地仓库混合管理的架构与详细实现步骤)
- git|fatal: unable to access ‘https://github xxxxxxxxx的解决方法
- git|成功解决 fatal: unable to access ‘https://github.com/...‘: Encountered end of file
- Docker Windows桌面版安装 Windows家庭版伪装成专业版系统
- Linux之ln命令
- Linux之du命令
- Windows Server 2019 安装达梦DM8
- 网络|Flannel的两种模式解析(VXLAN、host-gw)