安装的时候报错
Error: openssl@1.1 has been disabled because it is not supported upstream! It was disabled on 2024-10-24.
Requirements installation failed with status: 1.
1.1过期那么指定使用openssl@3
rvm install 3.3.6 --with-openssl-dir="$(brew --prefix openssl@3)"
发现安装依然反复报错 此时就需要删除干净
brew uninstall --force openssl@1.1
brew cleanup -s
rm -rf /usr/local/etc/openssl@1.1
rm -rf /usr/local/var/homebrew/linked/openssl@1.1
然后再安装
