質問編集履歴

2

エラー

2018/04/10 08:25

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ ```
2
+
1
3
  ==> default: Box 'bento/centos-6.8' could not be found. Attempting to find and install...
2
4
 
3
5
  default: Box Provider: virtualbox
@@ -20,7 +22,7 @@
20
22
 
21
23
  Error: The requested URL returned error: 404 Not Found
22
24
 
23
-
25
+ ```
24
26
 
25
27
 
26
28
 
@@ -28,7 +30,7 @@
28
30
 
29
31
  わかるかたおたすけください。
30
32
 
31
-
33
+ ```
32
34
 
33
35
  8 Vagrant.configure("2") do |config|
34
36
 
@@ -49,3 +51,39 @@
49
51
  16
50
52
 
51
53
  end
54
+
55
+ ```
56
+
57
+
58
+
59
+
60
+
61
+ box削除ごのupのエラー
62
+
63
+ ```
64
+
65
+ Bringing machine 'default' up with 'virtualbox' provider...
66
+
67
+ ==> default: Box 'bento/centos-6.8' could not be found. Attempting to find and install...
68
+
69
+ default: Box Provider: virtualbox
70
+
71
+ default: Box Version: >= 0
72
+
73
+ The box 'bento/centos-6.8' could not be found or
74
+
75
+ could not be accessed in the remote catalog. If this is a private
76
+
77
+ box on HashiCorp's Atlas, please verify you're logged in via
78
+
79
+ `vagrant login`. Also, please double-check the name. The expanded
80
+
81
+ URL and error message are shown below:
82
+
83
+
84
+
85
+ URL: ["https://atlas.hashicorp.com/bento/centos-6.8"]
86
+
87
+ Error: The requested URL returned error: 404
88
+
89
+ ```

1

vagrant 情報

2018/04/10 08:25

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,25 @@
27
27
  上記のエラーが出てしまい進むことができません。
28
28
 
29
29
  わかるかたおたすけください。
30
+
31
+
32
+
33
+ 8 Vagrant.configure("2") do |config|
34
+
35
+ 9 # The most common configuration options are documented and commented below.
36
+
37
+ 10 # For a complete reference, please see the online documentation at
38
+
39
+ 11 # https://docs.vagrantup.com.
40
+
41
+ 12
42
+
43
+ 13 # Every Vagrant development environment requires a box. You can search for
44
+
45
+ 14 # boxes at https://atlas.hashicorp.com/search.
46
+
47
+ 15 config.vm.box = "bento/centos-6.8"
48
+
49
+ 16
50
+
51
+ end