美文网首页
pod install error

pod install error

作者: 克伟看世界 | 来源:发表于2021-05-31 11:52 被阅读0次

执行pod install 报错:如下:

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

执行命令即可

方法一:

$git config --global --unset http.proxy
$git config --global --unset https.proxy 

方法二:

$git config --global --add remote.origin.proxy "" 

注意:如果提示:permission denied。那就是需要权限,需要在命令前家sudu

相关文章

网友评论

      本文标题:pod install error

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