美文网首页
Git无法拉取Github代码 报Failed to conne

Git无法拉取Github代码 报Failed to conne

作者: _安迪_ | 来源:发表于2024-01-19 11:50 被阅读0次

    有时候就算用了科学技术,git也还是无法连接github,原因是没有设置git的网络代理
    找到你自己的http和https代理端口,使用以下命令设置git代理:

    git config --global http.proxy http://127.0.0.1:你自己的网络代理端口
    git config --global https.proxy https://127.0.0.1:你自己的网络代理端口
    

    相关文章

      网友评论

          本文标题:Git无法拉取Github代码 报Failed to conne

          本文链接:https://www.haomeiwen.com/subject/eztjodtx.html