brew tap mongodb/brew遇到了LibreSSL SSL_connect: Operation timed out in connection to github.com:443

brew tap mongodb/brew遇到了LibreSSL SSL_connect: Operation timed out in connection to github.com:443

image-20230419153920896

打开网络设置,查看socket代理端口

image-20230419154004452

添加git的全局配置

1
cat ~/.gitconfig  

image-20230419154135685

openssl没有对应的proxy

添加配置

1
2
git config --global http.sslBackend "openssl"                               
git config --global http.proxy "socks5://127.0.0.1:7890"

image-20230419154301076

再次下载,win,成了

image-20230419154326995


brew tap mongodb/brew遇到了LibreSSL SSL_connect: Operation timed out in connection to github.com:443
http://example.com/2023/04/19/brew-tap-mongodb-brew遇到了LibreSSL-SSL-connect-Operation-timed-out-in-connection-to-github-com-443/
Author
WYX
Posted on
April 19, 2023
Licensed under