flutter pub publish --server=https://pub.dartlang.org
或
flutter pub publish
命令执行 upload ,弹出 auth 认证链接,进入链接登陆 Google 账户后开始陷入等待
Waiting for your authorization...
Authorization received, processing...
最终提示
ClientException with SocketException: Operation timed out (OS Error: Operation timed out, errno = 60), address = accounts.google.com, port = 49595, uri=https://accounts.google.com/o/oauth2/token
环境:macos terminal 和 AndroidStudio terminal
终端已走代理,curl www.google.com 没问题,不知该怎么办了,求佬指点一下
flutter, publish, timed, Operation