git push >> fatal: no configured push destination
I'm still going through some guides on RoR and I'm stuck here at Deploying The Demo App I followed instructions: With the completion of the Microposts resource, now is a good time to push the repository up to GitHub: $ git add . $ git commit -a -m "Done with the demo app" $ git push What happened wrong here was the push part.. it outputted this: $ git push fatal: No configured push destination. Either specify the URL from the command-line or configure a remote repository using git remote add <name> <url> git push <name> So I tried following the instructions by doing this command: $ git remote