I have seen in several tutorials and on web pages how to create a ruby on rails project in the videos I usually use this command:
> rails new Proyecto -d mysql
this means that you are creating a project in the videos it shows that the project is created with folders and everything.
Next I will show images of how I create my project
First I will show the versions that I have
When creating the project it only generates this
According to some videos I would have to generate folders, but I don't know if I'm missing something or if I have it wrongly configured.
The problem is that it can't find the git command to initialize the project repository. You would have to make sure you have git installed and in the PATH or tell rails not to try to initialize it as follows