Created
September 23, 2015 10:47
-
-
Save amitpatelx/557fcec3ac8ffecb1471 to your computer and use it in GitHub Desktop.
fatal: Could not read from remote repository error while deploying using Capistrano
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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