On 4 August 2011 09:14, SW Engineer <[email protected]> wrote: > 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?
This is a mailing list about Rails; questions that are just about GitHub and/or Git ought to be posted to a GitHub or Git mailing list, please. That said, it looks like there is a typo in your 'origin' remote URL: '7' should be '/'. Chris -- 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.

