質問編集履歴

2

書式の改善

2019/07/17 02:24

投稿

roiaru
roiaru

スコア14

test CHANGED
File without changes
test CHANGED
@@ -6,13 +6,13 @@
6
6
 
7
7
 
8
8
 
9
- ```PHP
9
+ ```powershell
10
10
 
11
11
  PS C:\Users\ユーザー名\MyVagrant\MyCentOS> vagrant up
12
12
 
13
13
  ```
14
14
 
15
-
15
+ 実行結果
16
16
 
17
17
  ```
18
18
 

1

書式の改善

2019/07/17 02:24

投稿

roiaru
roiaru

スコア14

test CHANGED
@@ -1 +1 @@
1
- powershellでvagrant upできない
1
+ powershellでvagrant upできない
test CHANGED
@@ -1,4 +1,6 @@
1
1
  powershellで(C:/Users/xxx/.vagrant.d/data/machine-index/index)の下にある、indexとindex.lockファイルを削除してから、vagrant upしようとしても起動しなくなりました。
2
+
3
+ また、vagrant suatusなどのvagrantに関する他のコマンドを実行しようとしても、同じ結果になってしまいます。
2
4
 
3
5
  どうすれば、解決できるでしょうか。
4
6