You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Back in the Terminal window where you ran <code>rails server</code>, type **Control-C** (don't type this into the console, but hold the Control and C keys at the same time) to kill(stop) the server. Windows will ask "Terminate batch job (Y/N)?". Type "Y".
66
64
MARKDOWN
@@ -95,7 +93,7 @@ step "Generate a database model" do
95
93
96
94
(The window where you ran `rails server` will display debugging information as you do this.)
97
95
98
-
You should see: 
96
+
You should see: 
99
97
100
98
In your terminal, Hold Control and hit C (or on Windows, Control-Break, Y) to stop the rails server.
message "Run the installer, and it will ask you where you want to install it. Change it FROM C:\\Program Files\\Git TO, C:\\RailsInstaller\\Git like the picture below."
55
48
56
-
img src: 'img/directory.png'
49
+
img src: 'img/directory.png', alt: "Screenshot showing the step of installation where the location to install git is set"
57
50
58
51
message "It will warn you that the directory already exists. Click yes to install to that folder anyway."
59
52
60
53
message "Click next twice, and select, Use Git from the Windows Command Prompt."
61
54
62
-
img src: 'img/command.png'
55
+
img src: 'img/command.png', alt: "Screenshot showing location choice to use git from Windows Command Prompt"
63
56
64
57
message "Keep going and you'll have the latest version of Git installed!"
0 commit comments