【发布时间】:2014-03-21 17:59:21
【问题描述】:
我正在尝试使用 pub get 获取 Dart 包,但不断收到超时错误。
TimeoutException after 0:00:30.000000: Timed out while fetching URL "https://pub.dartlang.org/packages/analyzer/versions/0.13.0-dev.9.tar.gz".
../../../../../Volumes/data/b/build/slave/dart-editor-mac-stable/build/dart/sdk/lib/_internal/pub/lib/src/io.dart 672 timeout.<fn>
dart:isolate _RawReceivePortImpl._handleMessage
This is an unexpected error. Please run
由于我的连接速度非常慢,有没有办法将超时时间增加到 5 分钟而不是默认的 30 秒?
【问题讨论】: