[email protected] curl: 35 LibreSSL SSL connect: SSL ERROR SYSCALL in connection to www.bytereef.org:4...">

当前位置:网站首页>curl: (35) LibreSSL SSL_ connect: SSL_ ERROR_ SYSCALL in connection

curl: (35) LibreSSL SSL_ connect: SSL_ ERROR_ SYSCALL in connection

2022-06-26 21:36:00 Pengshiyu

Use HomeBrew install PHP It's a mistake :

$ brew install [email protected]
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.bytereef.org:443
Error: [email protected]: Failed to download resource "[email protected]"
Download failed: https://www.bytereef.org/contrib/decimal.diff

Processing mode

Manually download the package to the cache directory

#  Look at the cache directory 
$ brew --cache
/Users/user/Library/Caches/Homebrew

#  Check out the detailed log 
$ brew install [email protected] -v
Downloading https://www.bytereef.org/contrib/decimal.diff
/usr/local/Homebrew/Library/Homebrew/shims/shared/curl 
--disable 
--cookie /dev/null 
--globoff --show-error 
--user-agent Homebrew/3.5.2-156-gf1d04b4\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 10.14.4\)\ curl/7.54.0 
--header Accept-Language:\ en 
--fail 
--retry 3 
--location 
--remote-time 
--output /Users/user/Library/Caches/Homebrew/downloads/f60b5004541eb3c87cce87ef3bf94933a2684ab267346afdc45ae1622ffa923a--decimal.diff.incomplete 
https://www.bytereef.org/contrib/decimal.diff

#  Manually download to cache directory 
wget https://www.bytereef.org/contrib/decimal.diff \
-O /Users/user/Library/Caches/Homebrew/downloads/f60b5004541eb3c87cce87ef3bf94933a2684ab267346afdc45ae1622ffa923a--decimal.diff

#  You can use the local cache when installing again 
brew install [email protected] -v
原网站

版权声明
本文为[Pengshiyu]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206262133376212.html