FlutterUnit icon indicating copy to clipboard operation
FlutterUnit copied to clipboard

+ 0031 : Mac端flutter pub get超长时间报错问题解决

Open zhangzhengithubs opened this issue 4 years ago • 0 comments

报错如下: image

Got TLS error trying to find package video_player at https://pub.flutter-io.cn.(只是其中一部分) 原因我开启了代理 但是我没发现。。。 image 解决在flutter pub get之前执行unset all_proxy && unset ALL_PROXY关闭代理

zhangzhengithubs avatar Jul 15 '21 06:07 zhangzhengithubs