I am trying to get the public key from rails, as the last part of the installation how to in order to paste to Github... but for some reason, it is not actually copying to my clipboard - and the key that I was originally given earlier in the process is not allowing me to connect. I apologize for the dumb question - but a google search hasn''t been getting me any closer! Any ideas? Attachments: http://www.ruby-forum.com/attachment/8259/Capture2.JPG -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
This is what I am inputting and not getting a copy with Attachments: http://www.ruby-forum.com/attachment/8260/Capture.JPG -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Just try to open .ssh/id_rsa.pub and paste it to Github. If you are in Ubuntu: try this command: gedit ~/.ssh/id_rsa.pub and copy again. On Monday, March 25, 2013 12:40:21 PM UTC-7, Ruby-Forum.com User wrote:> > I am trying to get the public key from rails, as the last part of the > installation how to in order to paste to Github... but for some reason, > it is not actually copying to my clipboard - and the key that I was > originally given earlier in the process is not allowing me to connect. > > I apologize for the dumb question - but a google search hasn''t been > getting me any closer! Any ideas? > > Attachments: > http://www.ruby-forum.com/attachment/8259/Capture2.JPG > > > -- > 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/pozXbAB0LXYJ. For more options, visit https://groups.google.com/groups/opt_out.
Can you run git remote -v and see what it says? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
I am asssuming you are using windows. Goto your My Documents folder Open this file .../My Douments/.ssh/id_rsa.pub with notepad *cd "My Documents"* * * *notepad .ssh/id_rsa.pub * copy paste this to your github settings. On Tuesday, 26 March 2013 01:10:21 UTC+5:30, Ruby-Forum.com User wrote:> > I am trying to get the public key from rails, as the last part of the > installation how to in order to paste to Github... but for some reason, > it is not actually copying to my clipboard - and the key that I was > originally given earlier in the process is not allowing me to connect. > > I apologize for the dumb question - but a google search hasn''t been > getting me any closer! Any ideas? > > Attachments: > http://www.ruby-forum.com/attachment/8259/Capture2.JPG > > > -- > 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/AsyyhZZZLuAJ. For more options, visit https://groups.google.com/groups/opt_out.