pod install报错LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

报错信息:

[!] 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_connect: SSL_ERROR_SYSCALL in connection to github.com:443)