teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

エラーメッセージを追記

2021/03/05 08:07

投稿

irithyll
irithyll

スコア14

title CHANGED
File without changes
body CHANGED
@@ -43,6 +43,7 @@
43
43
  Got socket error trying to find package cupertino_icons at https://pub.dev/.
44
44
  pub get failed (server unavailable) -- attempting retry 2 in 2 seconds...
45
45
  Got socket error trying to find package cupertino_icons at https://pub.dev/.
46
+ pub get failed (server unavailable) -- attempting retry 3 in 4 seconds...
46
47
  ```
47
48
  (URLをhttps://dartlang-pub-dev.appspot.com/にしても同様でした。)
48
49
 

3

タイトルの脱字を修正

2021/03/05 08:07

投稿

irithyll
irithyll

スコア14

title CHANGED
@@ -1,1 +1,1 @@
1
- flutter create でGot socket error trying to find package出てしまいます
1
+ flutter create でGot socket error trying to find package出てしまいます
body CHANGED
File without changes

2

URLをリンクに修正

2021/03/05 03:05

投稿

irithyll
irithyll

スコア14

title CHANGED
File without changes
body CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  以下のURLを参考にして、環境変数PUB_HOSTED_URLを作成し再挑戦しました。
32
32
 
33
- https://github.com/dart-lang/pub/issues/1989
33
+ [https://circleci.com/docs/ja/2.0/getting-started/?section=getting-started](https://github.com/dart-lang/pub/issues/1989)
34
34
  ```
35
35
  $ export PUB_HOSTED_URL="https://pub.dev/"
36
36
  ```

1

最後の文言を追加

2021/03/05 00:54

投稿

irithyll
irithyll

スコア14

title CHANGED
File without changes
body CHANGED
@@ -61,5 +61,6 @@
61
61
  macOS BigSur 11.1
62
62
  MacBook Air(Early 2015)
63
63
 
64
+ 正直、手詰まりで次に何を試したらいいのかわからない状態です。
64
- 足りない情報があればご指摘いただければと思す。
65
+ 足りない情報があればご指摘いただければす。
65
66
  よろしくお願いいたします。