Mac 安装 Flutter 提示 A network error occurred while checking
错误信息
A network error occurred while checking "https://maven.google.com/": Operation timed out
原因
在中国大陆(由于访问 Google 服务器的限制导致超时),无法连接到 https://maven.google.com/
解决方案
需要使用镜像网站
#flutter 使用国内的镜像
export PUB_HOSTED_URL="https://pub.flutter-io.cn"
export FLUTTER_STORAGE_BASE_URL="https://storage.flutter-io.cn"
#加载环境变量或配置
source ~/.zshrc
其它解决方案文档
https://docs.flutter.cn/community/china/