Error installing FMDB
[!] /usr/local/bin/git clone https://github.com/ccgus/fmdb.git /var/folders/9t/2p60ltxs0zx3bhgp2cy935dr0000gn/T/d20210319-33593-r7vcb5 --template= --single-branch --depth 1 --branch 2.7.5
Cloning into '/var/folders/9t/2p60ltxs0zx3bhgp2cy935dr0000gn/T/d20210319-33593-r7vcb5'...
fatal: unable to access 'https://github.com/ccgus/fmdb.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
[!] Error installing FMDB
[!] /usr/local/bin/git clone https://github.com/ccgus/fmdb.git /var/folders/9t/2p60ltxs0zx3bhgp2cy935dr0000gn/T/d20210319-34814-hrmw1c --template= --single-branch --depth 1 --branch 2.7.5
Cloning into '/var/folders/9t/2p60ltxs0zx3bhgp2cy935dr0000gn/T/d20210319-34814-hrmw1c'...
fatal: unable to access 'https://github.com/ccgus/fmdb.git/': Failed to connect to github.com port 443: Operation timed out
打开Git配置文件
open ~/.gitconfig
在[http]下面添加 proxy = socks5://127.0.0.1:1080
[http]
proxy = socks5://127.0.0.1:1080
参考: https://www.jianshu.com/p/07e509844481