在使用brew 命令过程中,遇到如下报错
curl: (56) LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
Error: python@3.7: Failed to download resource "python@3.7"
Download failed: https://ghcr.io/v2/homebrew/core/python/3.7/blobs/sha256:b8b0cf6f2f7efd791c23e11dca7fd955c71bbb3d664a24a799e34424c2472c57
解决方式:
1、首先换一个网络较好的网,不要卡的或慢的。
2、换成国内的源,使用这个命令进行重新安装/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
选择一个源,我选的中科大。稍等片刻。
执行结果
image.png
按照提示重启
网友评论