Failed to retrieve the Dart SDK from: https://storage.googleapis.com/flutter_infra_release/flutter
【代码】Failed to retrieve the Dart SDK from: https://storage.googleapis.com/flutter_infra_release/flutter。
·
报错:

解决办法:
执行flutter -h之前,先终端执行一下命令:
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
然后验证终端执行:flutter -h
更多推荐
所有评论(0)