美文网首页
2023-02-18 GitHub无法连接:Operation

2023-02-18 GitHub无法连接:Operation

作者: 日拱一卒wu | 来源:发表于2023-02-17 21:02 被阅读0次

    一、

    Cloning into '/var/folders/bh/w5n7b6c56ls0kfw2k5sy3rt80000gn/T/d20230218-55821-43fams'...
    fatal: unable to access 'https://github.com/AFNetworking/AFNetworking.git/': error:02FFF036:system library:func(4095):Connection reset by peer
    

    二、

    LibreSSL SSL_read: error:02FFF03C:system library:func(4095):Operation timed out, errno 60
    

    解决方法:

    git config --global http.proxy
    
    git config --global --unset http.proxy
    

    相关文章

      网友评论

          本文标题:2023-02-18 GitHub无法连接:Operation

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