When I try to push my application to 'GitHub' using 'Git', I get the
following:
$ git push origin master
Enter passphrase for key '/c/Users/Medicine - SWEng/.ssh/id_rsa':
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
**EDIT:**
Output of running `git remote -v`:
$ git remote -v
heroku [email protected]:young-rain-273.git (fetch)
heroku [email protected]:young-rain-273.git (push)
origin [email protected]:SWEngineer7sample_app.git (fetch)
origin [email protected]:SWEngineer7sample_app.git (push)
sample [email protected]:SWEngineer/sample_app.git (fetch)
sample [email protected]:SWEngineer/sample_app.git (push)
How can I solve this issue?
Thanks.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.