iOS-报错:fatal--unable-to-access-'XXX-git-'--LibreSSL-SSL_connect--SSL_E

301 阅读1分钟

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即可。