Hi, When I''m typing in git remote add origin git@github:gabaluschi/first_app.git i get... fatal: remote origin already exists and then when i type git push origin master, after entering my passphrase, i get: ERROR: gabaluschi/first_app.git doesn''t exist. Did you enter it correctly? fatal: The remote end hung up unexpectedly. help? 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.
Quick look suggests you created a private repo: https://github.com/gabaluschi/ Try your public repo first and make sure that is working: git://github.com/gabaluschi/Gabaluschi.git Also, this is a git question - not a Rails one. I''d check for support in the git world first. Best Wishes, Peter On Mar 4, 2011, at 11:26 PM, Gaba Luschi wrote:> Hi, > > When I''m typing in > > git remote add origin git@github:gabaluschi/first_app.git > > i get... > fatal: remote origin already exists > > and then when i type git push origin master, > after entering my passphrase, i get: > ERROR: gabaluschi/first_app.git doesn''t exist. Did you enter it > correctly? > fatal: The remote end hung up unexpectedly. > > help? > > 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. >-- 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.
On Mar 4, 11:26 pm, Gaba Luschi <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi, > > When I''m typing in > > git remote add origin git@github:gabaluschi/first_app.git > > i get... > fatal: remote origin already existsThat''s saying you''ve already added the remote. It looks like there''s a typo there though, since it should be github.com (not github, unless you''ve been messing around with /etc/hosts or your ssh config), which may explain the second part. I''d try removing the remote & trying again (although as Peter says, this is really a git question not a rails one) Fred> > and then when i type git push origin master, > after entering my passphrase, i get: > ERROR: gabaluschi/first_app.git doesn''t exist. Did you enter it > correctly? > fatal: The remote end hung up unexpectedly. > > help? > > Thanks! > > -- > Posted viahttp://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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.