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 报错:
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’