質問編集履歴

1

さっきの画像にはなかった、エラーの内容を追加しました。

2019/07/04 04:26

投稿

Yutaka96
Yutaka96

スコア13

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- 手順
1
+ > 引用テキスト手順
2
2
 
3
3
  ①cd
4
4
 
@@ -8,16 +8,18 @@
8
8
 
9
9
  ④rails new hello_app を実行すると、
10
10
 
11
- ![イメージ説明](c50e2bd9c4802395c1456c24663c1741.png)
12
-
13
- と表示されます。
14
-
15
- また、add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
16
-
17
- の意味がわかりません。
18
11
 
19
12
 
13
+ > The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
14
+
15
+ There was an error while trying to write to
16
+
17
+ `/Users/komatsuzakiyutaka/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions`.
18
+
19
+ It is likely that you need to grant write permissions for that path.
20
+
21
+ エラーの中身の内容はどのような意味なのでしょうか?
20
22
 
21
23
  試したこと
22
24
 
23
- ・ruby のバージョンを最新にした。
25
+ ・ruby のバージョンを最新にした。>