執(zhí)行pod install 報(bào)錯(cuò):如下:
fatal: unable to access 'https://github.com/mxcl/PromiseKit.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
執(zhí)行命令即可
方法一:
$git config --global --unset http.proxy
$git config --global --unset https.proxy
方法二:
$git config --global --add remote.origin.proxy ""