I’m at the stage in “A Ruby Problem” in the Alpha material where I hit “Fork” and go through the instructions. I wrote in “bundle install” as instructed and I received an error message “Could not locate Gemfile”
Does anyone have any insight as to where I went wrong?
Hey Eric, most of your work with a problem will be done inside the folder your forked from bitbucket. So once your have forked the problem, just cd into that folder and you should be able to “bundle install” and “bundle exec rspec” from there.
Also, make sure you cd … to back out before forking the next project.