码迷,mamicode.com
首页 > Web开发 > 详细

dar pub上传失败如何解决

时间:2019-07-26 14:51:49      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:run   问题:   如何   rtl   禁用   exp   解决   connect   tor   

问题: Flutter Exception: Pub will wait for a while before trying to connect again.

解决

  1. 设置终端代理
export http_proxy=http://127.0.0.1:1080;
export https_proxy=http://127.0.0.1:1080;

2.使用curl google.com测试是否连通

curl google.com

3.禁用设置的镜像源

unset FLUTTER_STORAGE_BASE_URL;
unset PUB_HOSTED_URL;

4.检查是否可上传

flutter packages pub publish --dry-run --server=https://pub.dartlang.org

5.上传

flutter packages pub publish --server=https://pub.dartlang.org

dar pub上传失败如何解决

标签:run   问题:   如何   rtl   禁用   exp   解决   connect   tor   

原文地址:https://www.cnblogs.com/meetqy/p/11250024.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!