7

web_uiパッケージをインストールするために pub update を実行しようとすると、次のエラーが発生します。

Dart エディターのバージョン: 0.2.10_r16761

Dart SDK バージョン: 0.2.10.1_r16761

も私に"Help > About > Check for Update..."与えます"Unable to get latest revision"。多分プロキシの問題ですか?

パッケージをダウンロードしてどこかに置くなど、パッケージを手動で追加する方法はありますか?

Running pub update ...
Pub update failed, [1] Resolving dependencies...
Got socket error trying to find package "web_ui" at http://pub.dartlang.org.
OS Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
, errno = 10060
4

1 に答える 1

1

コメントの議論に基づいて、この問題は HTTP プロキシ サーバーの背後にいることが原因です。Dart Editor と Dart Pub はシステムのプロキシ設定を尊重せず、Web への通常の接続がある場合にのみ機能します。現在、Dart チームがある時点で修正されることを期待する 2 つのバグが書かれていますが、まだ修正されていません。

バグでこの問題の詳細を確認し、修正を希望する場合はバグにスターを付けてください。

于 2013-01-22T19:49:26.173 に答える