美文网首页
pod install报错LibreSSL SSL_connec

pod install报错LibreSSL SSL_connec

作者: yytester | 来源:发表于2021-03-09 11:16 被阅读0次

    报错信息:

    [!] Error installing GoogleUtilities
    [!] /usr/local/bin/git clone https://github.com/firebase/firebase-ios-sdk.git /var/folders/9p/1wg7rp9s4kd4j44zh99jkrj80000gn/T/d20210308-24675-1pwpl38 --template= --single-branch --depth 1 --branch Utilities-6.7.2
    
    Cloning into '/var/folders/9p/1wg7rp9s4kd4j44zh99jkrj80000gn/T/d20210308-24675-1pwpl38'...
    fatal: unable to access 'https://github.com/firebase/firebase-ios-sdk.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
    
    

    解决方式1

    git config --global http.postBuffer 4194304000

    解决方式2

    1. 确定gem 版本sudo gem update —system
    2. 确定pod : pod update (更新项目podfile)
    3. 重新pod : pod repo update
    4. 安装: pod setup
    5. 再次install: pod install

    Flutter 写的app, 需要源码可以私信~~

    最好的笔记软件

    相关文章

      网友评论

          本文标题:pod install报错LibreSSL SSL_connec

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