How to clone a Ruby on Rails project from github?
0-Get the link
In your GitHub repo page, go to Code, SSH, then you should be able to see the link. Copy it.
1-Git clone command
git clone git@github.com:alexcalaca/coding-challenges-ruby.git
Run the previous command in your desired folder.
Note th...
blog.alexandrecalaca.com2 min read