質問編集履歴

1

誤字の修正

2020/08/14 13:42

投稿

y1tkt
y1tkt

スコア0

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,18 @@
50
50
 
51
51
 
52
52
 
53
+ 上記は、仮想環境構築後に以下のコマンドで反映しました。
54
+
55
+ ```
56
+
57
+ vagrant ssh-config >> ~/.ssh/config
58
+
59
+ ```
60
+
61
+
62
+
63
+
64
+
53
65
  ■Vagrantfileの内容
54
66
 
55
67
  ```
@@ -102,12 +114,8 @@
102
114
 
103
115
    ・
104
116
 
105
-
106
-
107
117
  end
108
118
 
109
-
110
-
111
119
  ```
112
120
 
113
121