Skip to content

Instantly share code, notes, and snippets.

@amitpatelx
Created September 23, 2015 10:47
Show Gist options
  • Save amitpatelx/557fcec3ac8ffecb1471 to your computer and use it in GitHub Desktop.
Save amitpatelx/557fcec3ac8ffecb1471 to your computer and use it in GitHub Desktop.
fatal: Could not read from remote repository error while deploying using Capistrano
#Run following commands in sequence to fix the issue
$ eval "$(ssh-agent -s)"
$ ssh-add ~/.ssh/id_rsa
$ cap production deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment