質問編集履歴

1

文字追加

2021/11/21 05:52

投稿

alyssa703957
alyssa703957

スコア12

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,38 @@
28
28
 
29
29
 
30
30
 
31
+ vagrant upの際に以下のような赤いコードが出ています。
32
+
33
+ ```ここに言語を入力
34
+
35
+ ==> default: Clearing any previously set network interfaces...
36
+
37
+ The IP address configured for the host-only network is not within the
38
+
39
+ allowed ranges. Please update the address used to be within the allowed
40
+
41
+ ranges and run the command again.
42
+
43
+
44
+
45
+ Address: 192.168.33.10
46
+
47
+ Ranges: 192.168.56.0/21
48
+
49
+
50
+
51
+ Valid ranges can be modified in the /etc/vbox/networks.conf file. For
52
+
53
+ more information including valid format see:
54
+
55
+
56
+
57
+ https://www.virtualbox.org/manual/ch06.html#network_hostonly
58
+
59
+ ```
60
+
61
+
62
+
31
63
  vagrantにはphp,mysql,apacheをインストール済みです。
32
64
 
33
65