Mac 安装 Flutter 提示 A network error occurred while checking

错误信息

shell 复制代码
A network error occurred while checking "https://maven.google.com/": Operation timed out

原因

在中国大陆(由于访问 Google 服务器的限制导致超时),无法连接到 https://maven.google.com/

解决方案

需要使用镜像网站

shell 复制代码
#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/

相关推荐
库奇噜啦呼6 小时前
【iOS】内存对齐原理
macos·ios·cocoa
子沫20207 小时前
mac下载VMware Fusion
macos·mac·vmware fusion
程序员老刘8 小时前
为什么满帧运行的游戏,玩起来反而觉得卡顿?
flutter·客户端
猫山月8 小时前
Flutter路由演进路线(2026)
前端·flutter
xwz_new10 小时前
数字芯片验证工具之Mac安装Icarus Verily+ GTKWave+VScode(免费)
macos·ic验证
悟空瞎说11 小时前
Flutter热更新 Shorebird CodePush 原理、实现细节及费用说明
前端·flutter
卵男(章鱼)13 小时前
系统终端命令对比大全(Linux发行/macOS/Windows)
linux·运维·服务器·windows·macos
SNOWPIAOP13 小时前
从MAC电脑复制qwen3.5:4b 的OLLAMA模型到LINUX电脑实践
linux·运维·macos·manifest·ollama·blobs
Lanren的编程日记13 小时前
Flutter 鸿蒙应用AR功能集成实战:多平台AR框架+模拟模式,打造增强现实体验
flutter·ar·harmonyos
zhangjikuan8914 小时前
Flutter备忘
flutter