cocoapods install 出现SSL_ERROR_SYSCALL in connection to github.com:443的解决
记一次pod安装第三方库SSL_ERROR_SYSCALL in connection to github.com:443错误的解决
需要在.gitconfig文件中增加
[url "https://hub.fastgit.org"]
insteadOf = https://github.com
这一段
详细参考 https://www.jianshu.com/p/8ff150623888