質問編集履歴
1
現状の情報を追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,6 +10,18 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
+
```実際のコマンド
|
14
|
+
|
15
|
+
$ git commit -m "add-bundle"
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
/usr/local/Cellar/git/2.26.1_1/libexec/git-core/git: Argument list too long
|
20
|
+
|
21
|
+
```
|
22
|
+
|
23
|
+
|
24
|
+
|
13
25
|
恐らく、commitしようとしているファイル数が多くこのようなエラーが発生していると思うのですが、
|
14
26
|
|
15
27
|
解決方法がわかりません。
|
@@ -32,9 +44,591 @@
|
|
32
44
|
|
33
45
|
でgemをインストールし直しました。(大量のgem関連のファイルが生成されました)
|
34
46
|
|
35
|
-
|
36
|
-
|
37
|
-
|
47
|
+
なお、実行後はローカル環境で無事にrailsが動くようになりました。
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
ターミナルで表示されていたコードは以下のとおりです。
|
52
|
+
|
53
|
+
```
|
54
|
+
|
55
|
+
$ bundle install --path vendor/cache
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
[DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set path 'vendor/cache'`, and stop using this flag
|
60
|
+
|
61
|
+
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`.
|
62
|
+
|
63
|
+
Fetching gem metadata from https://rubygems.org/............
|
64
|
+
|
65
|
+
Fetching gem metadata from https://rubygems.org/.
|
66
|
+
|
67
|
+
Resolving dependencies...
|
68
|
+
|
69
|
+
Fetching rake 13.0.1
|
70
|
+
|
71
|
+
Installing rake 13.0.1
|
72
|
+
|
73
|
+
Fetching concurrent-ruby 1.1.6
|
74
|
+
|
75
|
+
Installing concurrent-ruby 1.1.6
|
76
|
+
|
77
|
+
Fetching i18n 1.8.2
|
78
|
+
|
79
|
+
Installing i18n 1.8.2
|
80
|
+
|
81
|
+
Fetching minitest 5.14.1
|
82
|
+
|
83
|
+
Installing minitest 5.14.1
|
84
|
+
|
85
|
+
Fetching thread_safe 0.3.6
|
86
|
+
|
87
|
+
Installing thread_safe 0.3.6
|
88
|
+
|
89
|
+
Fetching tzinfo 1.2.7
|
90
|
+
|
91
|
+
Installing tzinfo 1.2.7
|
92
|
+
|
93
|
+
Fetching activesupport 5.0.7.2
|
94
|
+
|
95
|
+
Installing activesupport 5.0.7.2
|
96
|
+
|
97
|
+
Fetching builder 3.2.4
|
98
|
+
|
99
|
+
Installing builder 3.2.4
|
100
|
+
|
101
|
+
Fetching erubis 2.7.0
|
102
|
+
|
103
|
+
Installing erubis 2.7.0
|
104
|
+
|
105
|
+
Fetching mini_portile2 2.4.0
|
106
|
+
|
107
|
+
Installing mini_portile2 2.4.0
|
108
|
+
|
109
|
+
Fetching nokogiri 1.10.9
|
110
|
+
|
111
|
+
Installing nokogiri 1.10.9 with native extensions
|
112
|
+
|
113
|
+
Fetching rails-dom-testing 2.0.3
|
114
|
+
|
115
|
+
Installing rails-dom-testing 2.0.3
|
116
|
+
|
117
|
+
Fetching crass 1.0.6
|
118
|
+
|
119
|
+
Installing crass 1.0.6
|
120
|
+
|
121
|
+
Fetching loofah 2.5.0
|
122
|
+
|
123
|
+
Installing loofah 2.5.0
|
124
|
+
|
125
|
+
Fetching rails-html-sanitizer 1.3.0
|
126
|
+
|
127
|
+
Installing rails-html-sanitizer 1.3.0
|
128
|
+
|
129
|
+
Fetching actionview 5.0.7.2
|
130
|
+
|
131
|
+
Installing actionview 5.0.7.2
|
132
|
+
|
133
|
+
Fetching rack 2.2.2
|
134
|
+
|
135
|
+
Installing rack 2.2.2
|
136
|
+
|
137
|
+
Fetching rack-test 0.6.3
|
138
|
+
|
139
|
+
Installing rack-test 0.6.3
|
140
|
+
|
141
|
+
Fetching actionpack 5.0.7.2
|
142
|
+
|
143
|
+
Installing actionpack 5.0.7.2
|
144
|
+
|
145
|
+
Fetching nio4r 2.5.2
|
146
|
+
|
147
|
+
Installing nio4r 2.5.2 with native extensions
|
148
|
+
|
149
|
+
Fetching websocket-extensions 0.1.4
|
150
|
+
|
151
|
+
Installing websocket-extensions 0.1.4
|
152
|
+
|
153
|
+
Fetching websocket-driver 0.6.5
|
154
|
+
|
155
|
+
Installing websocket-driver 0.6.5 with native extensions
|
156
|
+
|
157
|
+
Fetching actioncable 5.0.7.2
|
158
|
+
|
159
|
+
Installing actioncable 5.0.7.2
|
160
|
+
|
161
|
+
Fetching globalid 0.4.2
|
162
|
+
|
163
|
+
Installing globalid 0.4.2
|
164
|
+
|
165
|
+
Fetching activejob 5.0.7.2
|
166
|
+
|
167
|
+
Installing activejob 5.0.7.2
|
168
|
+
|
169
|
+
Fetching mini_mime 1.0.2
|
170
|
+
|
171
|
+
Installing mini_mime 1.0.2
|
172
|
+
|
173
|
+
Fetching mail 2.7.1
|
174
|
+
|
175
|
+
Installing mail 2.7.1
|
176
|
+
|
177
|
+
Fetching actionmailer 5.0.7.2
|
178
|
+
|
179
|
+
Installing actionmailer 5.0.7.2
|
180
|
+
|
181
|
+
Fetching activemodel 5.0.7.2
|
182
|
+
|
183
|
+
Installing activemodel 5.0.7.2
|
184
|
+
|
185
|
+
Fetching arel 7.1.4
|
186
|
+
|
187
|
+
Installing arel 7.1.4
|
188
|
+
|
189
|
+
Fetching activerecord 5.0.7.2
|
190
|
+
|
191
|
+
Installing activerecord 5.0.7.2
|
192
|
+
|
193
|
+
Fetching public_suffix 4.0.5
|
194
|
+
|
195
|
+
Installing public_suffix 4.0.5
|
196
|
+
|
197
|
+
Fetching addressable 2.7.0
|
198
|
+
|
199
|
+
Installing addressable 2.7.0
|
200
|
+
|
201
|
+
Fetching bcrypt 3.1.13
|
202
|
+
|
203
|
+
Installing bcrypt 3.1.13 with native extensions
|
204
|
+
|
205
|
+
Fetching bindex 0.8.1
|
206
|
+
|
207
|
+
Installing bindex 0.8.1 with native extensions
|
208
|
+
|
209
|
+
Using bundler 2.1.4
|
210
|
+
|
211
|
+
Fetching byebug 11.1.3
|
212
|
+
|
213
|
+
Installing byebug 11.1.3 with native extensions
|
214
|
+
|
215
|
+
Fetching mini_magick 4.10.1
|
216
|
+
|
217
|
+
Installing mini_magick 4.10.1
|
218
|
+
|
219
|
+
Fetching ffi 1.12.2
|
220
|
+
|
221
|
+
Installing ffi 1.12.2 with native extensions
|
222
|
+
|
223
|
+
Fetching ruby-vips 2.0.17
|
224
|
+
|
225
|
+
Installing ruby-vips 2.0.17
|
226
|
+
|
227
|
+
Fetching image_processing 1.10.3
|
228
|
+
|
229
|
+
Installing image_processing 1.10.3
|
230
|
+
|
231
|
+
Fetching mimemagic 0.3.5
|
232
|
+
|
233
|
+
Installing mimemagic 0.3.5
|
234
|
+
|
235
|
+
Fetching carrierwave 2.1.0
|
236
|
+
|
237
|
+
Installing carrierwave 2.1.0
|
238
|
+
|
239
|
+
Fetching coderay 1.1.2
|
240
|
+
|
241
|
+
Installing coderay 1.1.2
|
242
|
+
|
243
|
+
Fetching coffee-script-source 1.12.2
|
244
|
+
|
245
|
+
Installing coffee-script-source 1.12.2
|
246
|
+
|
247
|
+
Fetching execjs 2.7.0
|
248
|
+
|
249
|
+
Installing execjs 2.7.0
|
250
|
+
|
251
|
+
Fetching coffee-script 2.4.1
|
252
|
+
|
253
|
+
Installing coffee-script 2.4.1
|
254
|
+
|
255
|
+
Fetching method_source 1.0.0
|
256
|
+
|
257
|
+
Installing method_source 1.0.0
|
258
|
+
|
259
|
+
Fetching thor 1.0.1
|
260
|
+
|
261
|
+
Installing thor 1.0.1
|
262
|
+
|
263
|
+
Fetching railties 5.0.7.2
|
264
|
+
|
265
|
+
Installing railties 5.0.7.2
|
266
|
+
|
267
|
+
Fetching coffee-rails 4.2.2
|
268
|
+
|
269
|
+
Installing coffee-rails 4.2.2
|
270
|
+
|
271
|
+
Fetching orm_adapter 0.5.0
|
272
|
+
|
273
|
+
Installing orm_adapter 0.5.0
|
274
|
+
|
275
|
+
Fetching responders 3.0.0
|
276
|
+
|
277
|
+
Installing responders 3.0.0
|
278
|
+
|
279
|
+
Fetching warden 1.2.8
|
280
|
+
|
281
|
+
Installing warden 1.2.8
|
282
|
+
|
283
|
+
Fetching devise 4.7.1
|
284
|
+
|
285
|
+
Installing devise 4.7.1
|
286
|
+
|
287
|
+
Fetching sassc 2.3.0
|
288
|
+
|
289
|
+
Installing sassc 2.3.0 with native extensions
|
290
|
+
|
291
|
+
Fetching font-awesome-sass 5.4.1
|
292
|
+
|
293
|
+
Installing font-awesome-sass 5.4.1
|
294
|
+
|
295
|
+
Fetching temple 0.8.2
|
296
|
+
|
297
|
+
Installing temple 0.8.2
|
298
|
+
|
299
|
+
Fetching tilt 2.0.10
|
300
|
+
|
301
|
+
Installing tilt 2.0.10
|
302
|
+
|
303
|
+
Fetching haml 5.1.2
|
304
|
+
|
305
|
+
Installing haml 5.1.2
|
306
|
+
|
307
|
+
Fetching sexp_processor 4.14.1
|
308
|
+
|
309
|
+
Installing sexp_processor 4.14.1
|
310
|
+
|
311
|
+
Fetching ruby_parser 3.14.2
|
312
|
+
|
313
|
+
Installing ruby_parser 3.14.2
|
314
|
+
|
315
|
+
Fetching html2haml 2.2.0
|
316
|
+
|
317
|
+
Installing html2haml 2.2.0
|
318
|
+
|
319
|
+
Fetching haml-rails 1.0.0
|
320
|
+
|
321
|
+
Installing haml-rails 1.0.0
|
322
|
+
|
323
|
+
Fetching jbuilder 2.10.0
|
324
|
+
|
325
|
+
Installing jbuilder 2.10.0
|
326
|
+
|
327
|
+
Fetching jquery-rails 4.4.0
|
328
|
+
|
329
|
+
Installing jquery-rails 4.4.0
|
330
|
+
|
331
|
+
Fetching rb-fsevent 0.10.4
|
332
|
+
|
333
|
+
Installing rb-fsevent 0.10.4
|
334
|
+
|
335
|
+
Fetching rb-inotify 0.10.1
|
336
|
+
|
337
|
+
Installing rb-inotify 0.10.1
|
338
|
+
|
339
|
+
Fetching listen 3.0.8
|
340
|
+
|
341
|
+
Installing listen 3.0.8
|
342
|
+
|
343
|
+
Fetching mysql2 0.5.3
|
344
|
+
|
345
|
+
Installing mysql2 0.5.3 with native extensions
|
346
|
+
|
347
|
+
Fetching pry 0.13.1
|
348
|
+
|
349
|
+
Installing pry 0.13.1
|
350
|
+
|
351
|
+
Fetching pry-rails 0.3.9
|
352
|
+
|
353
|
+
Installing pry-rails 0.3.9
|
354
|
+
|
355
|
+
Fetching puma 3.12.4
|
356
|
+
|
357
|
+
Installing puma 3.12.4 with native extensions
|
358
|
+
|
359
|
+
Fetching sprockets 3.7.2
|
360
|
+
|
361
|
+
Installing sprockets 3.7.2
|
362
|
+
|
363
|
+
Fetching sprockets-rails 3.2.1
|
364
|
+
|
365
|
+
Installing sprockets-rails 3.2.1
|
366
|
+
|
367
|
+
Fetching rails 5.0.7.2
|
368
|
+
|
369
|
+
Installing rails 5.0.7.2
|
370
|
+
|
371
|
+
Fetching sass-listen 4.0.0
|
372
|
+
|
373
|
+
Installing sass-listen 4.0.0
|
374
|
+
|
375
|
+
Fetching sass 3.7.4
|
376
|
+
|
377
|
+
Installing sass 3.7.4
|
378
|
+
|
379
|
+
Fetching sass-rails 5.0.7
|
380
|
+
|
381
|
+
Installing sass-rails 5.0.7
|
382
|
+
|
383
|
+
Fetching spring 2.1.0
|
384
|
+
|
385
|
+
Installing spring 2.1.0
|
386
|
+
|
387
|
+
Fetching spring-watcher-listen 2.0.1
|
388
|
+
|
389
|
+
Installing spring-watcher-listen 2.0.1
|
390
|
+
|
391
|
+
Fetching uglifier 4.2.0
|
392
|
+
|
393
|
+
Installing uglifier 4.2.0
|
394
|
+
|
395
|
+
Fetching web-console 3.7.0
|
396
|
+
|
397
|
+
Installing web-console 3.7.0
|
398
|
+
|
399
|
+
Updating files in vendor/cache
|
400
|
+
|
401
|
+
* rake-13.0.1.gem
|
402
|
+
|
403
|
+
* concurrent-ruby-1.1.6.gem
|
404
|
+
|
405
|
+
* i18n-1.8.2.gem
|
406
|
+
|
407
|
+
* minitest-5.14.1.gem
|
408
|
+
|
409
|
+
* thread_safe-0.3.6.gem
|
410
|
+
|
411
|
+
* tzinfo-1.2.7.gem
|
412
|
+
|
413
|
+
* activesupport-5.0.7.2.gem
|
414
|
+
|
415
|
+
* builder-3.2.4.gem
|
416
|
+
|
417
|
+
* erubis-2.7.0.gem
|
418
|
+
|
419
|
+
* mini_portile2-2.4.0.gem
|
420
|
+
|
421
|
+
* nokogiri-1.10.9.gem
|
422
|
+
|
423
|
+
* rails-dom-testing-2.0.3.gem
|
424
|
+
|
425
|
+
* crass-1.0.6.gem
|
426
|
+
|
427
|
+
* loofah-2.5.0.gem
|
428
|
+
|
429
|
+
* rails-html-sanitizer-1.3.0.gem
|
430
|
+
|
431
|
+
* actionview-5.0.7.2.gem
|
432
|
+
|
433
|
+
* rack-2.2.2.gem
|
434
|
+
|
435
|
+
* rack-test-0.6.3.gem
|
436
|
+
|
437
|
+
* actionpack-5.0.7.2.gem
|
438
|
+
|
439
|
+
* nio4r-2.5.2.gem
|
440
|
+
|
441
|
+
* websocket-extensions-0.1.4.gem
|
442
|
+
|
443
|
+
* websocket-driver-0.6.5.gem
|
444
|
+
|
445
|
+
* actioncable-5.0.7.2.gem
|
446
|
+
|
447
|
+
* globalid-0.4.2.gem
|
448
|
+
|
449
|
+
* activejob-5.0.7.2.gem
|
450
|
+
|
451
|
+
* mini_mime-1.0.2.gem
|
452
|
+
|
453
|
+
* mail-2.7.1.gem
|
454
|
+
|
455
|
+
* actionmailer-5.0.7.2.gem
|
456
|
+
|
457
|
+
* activemodel-5.0.7.2.gem
|
458
|
+
|
459
|
+
* arel-7.1.4.gem
|
460
|
+
|
461
|
+
* activerecord-5.0.7.2.gem
|
462
|
+
|
463
|
+
* public_suffix-4.0.5.gem
|
464
|
+
|
465
|
+
* addressable-2.7.0.gem
|
466
|
+
|
467
|
+
* bcrypt-3.1.13.gem
|
468
|
+
|
469
|
+
* bindex-0.8.1.gem
|
470
|
+
|
471
|
+
* byebug-11.1.3.gem
|
472
|
+
|
473
|
+
* mini_magick-4.10.1.gem
|
474
|
+
|
475
|
+
* ffi-1.12.2.gem
|
476
|
+
|
477
|
+
* ruby-vips-2.0.17.gem
|
478
|
+
|
479
|
+
* image_processing-1.10.3.gem
|
480
|
+
|
481
|
+
* mimemagic-0.3.5.gem
|
482
|
+
|
483
|
+
* carrierwave-2.1.0.gem
|
484
|
+
|
485
|
+
* coderay-1.1.2.gem
|
486
|
+
|
487
|
+
* coffee-script-source-1.12.2.gem
|
488
|
+
|
489
|
+
* execjs-2.7.0.gem
|
490
|
+
|
491
|
+
* coffee-script-2.4.1.gem
|
492
|
+
|
493
|
+
* method_source-1.0.0.gem
|
494
|
+
|
495
|
+
* thor-1.0.1.gem
|
496
|
+
|
497
|
+
* railties-5.0.7.2.gem
|
498
|
+
|
499
|
+
* coffee-rails-4.2.2.gem
|
500
|
+
|
501
|
+
* orm_adapter-0.5.0.gem
|
502
|
+
|
503
|
+
* responders-3.0.0.gem
|
504
|
+
|
505
|
+
* warden-1.2.8.gem
|
506
|
+
|
507
|
+
* devise-4.7.1.gem
|
508
|
+
|
509
|
+
* sassc-2.3.0.gem
|
510
|
+
|
511
|
+
* font-awesome-sass-5.4.1.gem
|
512
|
+
|
513
|
+
* temple-0.8.2.gem
|
514
|
+
|
515
|
+
* tilt-2.0.10.gem
|
516
|
+
|
517
|
+
* haml-5.1.2.gem
|
518
|
+
|
519
|
+
* sexp_processor-4.14.1.gem
|
520
|
+
|
521
|
+
* ruby_parser-3.14.2.gem
|
522
|
+
|
523
|
+
* html2haml-2.2.0.gem
|
524
|
+
|
525
|
+
* haml-rails-1.0.0.gem
|
526
|
+
|
527
|
+
* jbuilder-2.10.0.gem
|
528
|
+
|
529
|
+
* jquery-rails-4.4.0.gem
|
530
|
+
|
531
|
+
* rb-fsevent-0.10.4.gem
|
532
|
+
|
533
|
+
* rb-inotify-0.10.1.gem
|
534
|
+
|
535
|
+
* listen-3.0.8.gem
|
536
|
+
|
537
|
+
* mysql2-0.5.3.gem
|
538
|
+
|
539
|
+
* pry-0.13.1.gem
|
540
|
+
|
541
|
+
* pry-rails-0.3.9.gem
|
542
|
+
|
543
|
+
* puma-3.12.4.gem
|
544
|
+
|
545
|
+
* sprockets-3.7.2.gem
|
546
|
+
|
547
|
+
* sprockets-rails-3.2.1.gem
|
548
|
+
|
549
|
+
* rails-5.0.7.2.gem
|
550
|
+
|
551
|
+
* sass-listen-4.0.0.gem
|
552
|
+
|
553
|
+
* sass-3.7.4.gem
|
554
|
+
|
555
|
+
* sass-rails-5.0.7.gem
|
556
|
+
|
557
|
+
* spring-2.1.0.gem
|
558
|
+
|
559
|
+
* spring-watcher-listen-2.0.1.gem
|
560
|
+
|
561
|
+
* uglifier-4.2.0.gem
|
562
|
+
|
563
|
+
* web-console-3.7.0.gem
|
564
|
+
|
565
|
+
Bundle complete! 20 Gemfile dependencies, 83 gems now installed.
|
566
|
+
|
567
|
+
Bundled gems are installed into `./vendor/cache`
|
568
|
+
|
569
|
+
Post-install message from i18n:
|
570
|
+
|
571
|
+
|
572
|
+
|
573
|
+
HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
|
574
|
+
|
575
|
+
But that may break your application.
|
576
|
+
|
577
|
+
|
578
|
+
|
579
|
+
If you are upgrading your Rails application from an older version of Rails:
|
580
|
+
|
581
|
+
|
582
|
+
|
583
|
+
Please check your Rails app for 'config.i18n.fallbacks = true'.
|
584
|
+
|
585
|
+
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
|
586
|
+
|
587
|
+
'config.i18n.fallbacks = [I18n.default_locale]'.
|
588
|
+
|
589
|
+
If not, fallbacks will be broken in your app by I18n 1.1.x.
|
590
|
+
|
591
|
+
|
592
|
+
|
593
|
+
If you are starting a NEW Rails application, you can ignore this notice.
|
594
|
+
|
595
|
+
|
596
|
+
|
597
|
+
For more info see:
|
598
|
+
|
599
|
+
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
|
600
|
+
|
601
|
+
|
602
|
+
|
603
|
+
Post-install message from sass:
|
604
|
+
|
605
|
+
|
606
|
+
|
607
|
+
Ruby Sass has reached end-of-life and should no longer be used.
|
608
|
+
|
609
|
+
|
610
|
+
|
611
|
+
* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
|
612
|
+
|
613
|
+
primary implementation: https://sass-lang.com/install
|
614
|
+
|
615
|
+
|
616
|
+
|
617
|
+
* If you use Sass as a plug-in for a Ruby web framework, we recommend using the
|
618
|
+
|
619
|
+
sassc gem: https://github.com/sass/sassc-ruby#readme
|
620
|
+
|
621
|
+
|
622
|
+
|
623
|
+
* For more details, please refer to the Sass blog:
|
624
|
+
|
625
|
+
https://sass-lang.com/blog/posts/7828841
|
626
|
+
|
627
|
+
|
628
|
+
|
629
|
+
```
|
630
|
+
|
631
|
+
|
38
632
|
|
39
633
|
# 経緯
|
40
634
|
|