【问题标题】:unable to access 'https://github.com/GladysProject/gladys/': Failed to connect to github.com port 443: no route to host [duplicate]无法访问“https://github.com/GladysProject/gladys/”:无法连接到 github.com 端口 443:没有路由到主机 [重复]
【发布时间】:2018-12-16 15:52:51
【问题描述】:

当我跑步时:

sudo git clone https://github.com/GladysProject/gladys gladys

出现错误:

fatal: unable to access 'https://github.com/GladysProject/gladys/': Failed to connect to github.com port 443: no route to host

我在树莓派 3B 上使用最新版本的 raspbian,我刚刚获得了 SAMBA 和传输。

【问题讨论】:

    标签: git raspberry-pi raspbian host samba


    【解决方案1】:

    首先,检查你的连接设置和所有的废话,确保你已经有了。

    如果错误仍然存​​在,请关闭 SSL 验证

    git config http.sslVerify false
    

    但是如果没有 repo,运行这个来改变全局设置

    git config --global http.sslVerify false
    

    How do I set GIT_SSL_NO_VERIFY for specific repos only? 重复

    【讨论】:

      猜你喜欢
      • 2019-03-14
      • 1970-01-01
      • 1970-01-01
      • 2019-07-04
      • 1970-01-01
      • 1970-01-01
      • 2013-10-21
      • 1970-01-01
      • 2017-05-13
      相关资源
      最近更新 更多