質問編集履歴
1
エラーメッセージの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -101,3 +101,47 @@
|
|
101
101
|
```
|
102
102
|
|
103
103
|
結果は同じくCRLFのあるファイルとして検出される。
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
**追記**
|
108
|
+
|
109
|
+
すみません、VMは起動しますが「No valid IDs were given to the NFS synced folder implementation to prune. This is an internal bug with Vagrant and an issue should be filed.」というファイル共有のエラーが出ていました。
|
110
|
+
|
111
|
+
共有したファイルはVM内に存在しますが、ホスト側で編集してもゲスト側のファイルが変更されません。
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
```ここに言語を入力
|
116
|
+
|
117
|
+
$ vagrant reload
|
118
|
+
|
119
|
+
==> default: Attempting graceful shutdown of VM...
|
120
|
+
|
121
|
+
default: Configuring the VM...
|
122
|
+
|
123
|
+
==> default: Starting the machine...
|
124
|
+
|
125
|
+
==> default: Waiting for the machine to report its IP address...
|
126
|
+
|
127
|
+
default: Timeout: 120 seconds
|
128
|
+
|
129
|
+
default: IP: 192.168.151.2
|
130
|
+
|
131
|
+
==> default: Waiting for machine to boot. This may take a few minutes...
|
132
|
+
|
133
|
+
default: SSH address: 192.168.151.2:22
|
134
|
+
|
135
|
+
default: SSH username: vagrant
|
136
|
+
|
137
|
+
default: SSH auth method: private key
|
138
|
+
|
139
|
+
==> default: Machine booted and ready!
|
140
|
+
|
141
|
+
No valid IDs were given to the NFS synced folder implementation to
|
142
|
+
|
143
|
+
prune. This is an internal bug with Vagrant and an issue should be
|
144
|
+
|
145
|
+
filed.
|
146
|
+
|
147
|
+
```
|