flutter ios pod install 报错
类似报错:LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决方案:
方法1.打开终端在终端中执行以下命令就可以了。
git config --global --add remote.origin.proxy ""
方法2.若第一种方法输入命令不管用,可以尝试先输入下边命令,然后在执行第一种方法的命令。
步骤一:
git config --global http.sslBackend "openssl"
步骤二:
git config --global --add remote.origin.proxy ""
版权申明
本文系作者 @Mr.Yang 原创发布在果皮皮站点。未经许可,禁止转载。
暂无评论数据