如何修复Flutter中无法连接到www.example.com的主机https://cocoapods.org?

ftf50wuq  于 2023-03-04  发布在  Flutter
关注(0)|答案(1)|浏览(151)

当我运行'flutter doctor -v' Flutter(通道稳定,版本3.7.5,在macOS 13.2.1 22 D 68 darwin-arm 64上)时,我得到以下检查:

[!] HTTP Host Availability

    ✗ HTTP host "https://cocoapods.org/" is not reachable. Reason: Failed to connect to host in 10 seconds.`

我试着重新安装椰子,但它没有工作。

nbnkbykc

nbnkbykc1#

试着升级和换频道,这对我很有帮助。

flutter upgrade
flutter channel master
flutter doctor -v

相关问题