質問編集履歴
1
誤字
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
rails new
|
1
|
+
rails new 出来なくなった
|
test
CHANGED
@@ -1,19 +1,21 @@
|
|
1
|
-
|
1
|
+
練習でアプリを作っています。
|
2
|
+
|
3
|
+
今までは、問題なくrails newで作成できていたが、コマンドプロンプトに入力しても以下しか表示されず作成されない。
|
2
4
|
|
3
5
|
|
4
6
|
|
5
|
-
|
7
|
+
rails new sample
|
6
8
|
|
7
|
-
create
|
9
|
+
create
|
8
10
|
|
9
|
-
create R
|
11
|
+
create README.md
|
10
12
|
|
11
|
-
create
|
13
|
+
create Rakefile
|
12
14
|
|
13
|
-
create
|
15
|
+
create config.ru
|
14
16
|
|
15
|
-
create
|
17
|
+
create .gitignore
|
16
18
|
|
17
|
-
r
|
19
|
+
create Gemfile
|
18
20
|
|
19
|
-
|
21
|
+
run git init from "."
|