windows10 環(huán)境
執(zhí)行?
flutter packages pub publish --server=https://pub.dartlang.org?
提示It looks like accounts.google.com is having some trouble.
解決辦法,不要使用powershell。
用cmd
set HTTP_PROXY=ip:port
set HTTPS_PROXY=ip:port
curl google.com 測試沒問題后
flutter packages pub publish --server=https://pub.dartlang.org?