SW Engineer
2011-Aug-04 08:14 UTC
GitHub - How to resolve this issue of preventing push to origin?
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 git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:young-rain-273.git (fetch) heroku git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:young-rain-273.git (push) origin git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:SWEngineer7sample_app.git (fetch) origin git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:SWEngineer7sample_app.git (push) sample git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:SWEngineer/sample_app.git (fetch) sample git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org: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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Chris Mear
2011-Aug-04 08:21 UTC
Re: GitHub - How to resolve this issue of preventing push to origin?
On 4 August 2011 09:14, SW Engineer <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:young-rain-273.git (fetch) > heroku git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:young-rain-273.git (push) > origin git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:SWEngineer7sample_app.git (fetch) > origin git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:SWEngineer7sample_app.git (push) > sample git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:SWEngineer/sample_app.git (fetch) > sample git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org: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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.