SSH: COULD NOT RESOLVE HOSTNAME. . . GITHUB ERROR

This tutorial/guide is about the error in the box below. ssh: Could not resolve hostname github.com: Temporary failure… fatal: Could not read from… You may be getting this error because you generated an ssh for your local machine and didn’t add it to your GitHub account or because you added an ssh key to your GitHub account. This may…

Read More

DEPLOYING RAILS APP TO EC2 INSTANCE VIA GITHUB

This project will be done on a Windows machine and deployed to an Ubuntu Server on AWS EC2. We will be making use of a tool called PuTTY to ssh into the instance from our local machine. Let’s get started: CREATE A SAMPLE APP    We will start first by creating a simple rails blog project via command prompt on…

Read More