美文网首页
iOS-报错:fatal: unable to access '

iOS-报错:fatal: unable to access '

作者: Imkata | 来源:发表于2021-06-28 17:12 被阅读0次

pod install 报错:

fatal: unable to access 'https://github.com/SDWebImage/SDWebImage.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 

解决办法:
在Podfile里面添加

source 'https://github.com/CocoaPods/Specs.git'

重新pod install即可。

相关文章

网友评论

      本文标题:iOS-报错:fatal: unable to access '

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