git|git clone出现 fatal: unable to access ‘https://github.com/...‘的两种解决方法


利用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通的结果如下所示
git|git clone出现 fatal: unable to access ‘https://github.com/...‘的两种解决方法
文章图片

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: 右上角“+”,新建仓库
git|git clone出现 fatal: unable to access ‘https://github.com/...‘的两种解决方法
文章图片

step 3: git|git clone出现 fatal: unable to access ‘https://github.com/...‘的两种解决方法
文章图片

step 4 【git|git clone出现 fatal: unable to access ‘https://github.com/...‘的两种解决方法】进入仓库,复制连接,进入终端
git|git clone出现 fatal: unable to access ‘https://github.com/...‘的两种解决方法
文章图片

源码即可下载

    推荐阅读