Rails for Beginners Part 2: How to create a new Rails app Discussion
Discussion for
Rails for Beginners Part 2: How to create a new Rails app
Why do I get the following error when I run 'rails new scheduled_tweets' ?
exist
identical README.md
identical Rakefile
identical .ruby-version
identical config.ru
conflict .gitignore
Did you execute this command before? It seems like the app already exists in your folder.
The easiest fix is to skip over this step and move on to the next one, or alternatively if you want to start from scratch, you can just open the directory with your app and delete the already existing scheduled_tweets folder.