Hi, I am trying to install GIT on windows XP, but after installing Git-1.7.0.2-preview20100309.exe, could not able to establish the connection. I followed http://help.github.com/msysgit-key-setup/ the link for setup. But unfortunately I got the error "permission denied(public key)"- I also tried to add the path according to http://help.github.com/troubleshooting-ssh/ Expecting your kind help regarding above problem. any help regarding this issue will be appreciated. Thanks in advance -- 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.
Follow these steps. 1. Make a demo rails apps. 2. Generate a ssh-key on git prompt 3. Go on git-hub Register there - Then add a ssh-key there 4. then make global setting 5. then do what you are doing On Fri, Aug 6, 2010 at 1:41 PM, sumanta <sumantacaptain-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > I am trying to install GIT on windows XP, but after installing > Git-1.7.0.2-preview20100309.exe, could not able to establish the > connection. I followed http://help.github.com/msysgit-key-setup/ the > link for setup. > But unfortunately I got the error "permission denied(public key)"- > > I also tried to add the path according to > http://help.github.com/troubleshooting-ssh/ > > Expecting your kind help regarding above problem. > > any help regarding this issue will be appreciated. > > Thanks in advance > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Thanks: Rajeev sharma -- 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.
Dear Mr Rajeev Can you please give me a little details about global settings? I did up to step 3 before. On Aug 6, 1:28 pm, kannav rajeev <rajeevsharm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Follow these steps. > > 1. Make a demo rails apps. > 2. Generate a ssh-key on git prompt > 3. Go on git-hub Register there - Then add a ssh-key there > 4. then make global setting > 5. then do what you are doing > > > > > > On Fri, Aug 6, 2010 at 1:41 PM, sumanta <sumantacapt...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi, > > I am trying to install GIT on windows XP, but after installing > > Git-1.7.0.2-preview20100309.exe, could not able to establish the > > connection. I followedhttp://help.github.com/msysgit-key-setup/the > > link for setup. > > But unfortunately I got the error "permission denied(public key)"- > > > I also tried to add the path according to > >http://help.github.com/troubleshooting-ssh/ > > > Expecting your kind help regarding above problem. > > > any help regarding this issue will be appreciated. > > > Thanks in advance > > > -- > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > Thanks: > Rajeev sharma-- 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.
git config --global user.name "Your Name"; git config --global user.email "youremail.com" if fails yet look at this http://railstutorial.org/chapters/beginning#sec:version_control On Fri, Aug 6, 2010 at 2:08 PM, sumanta <sumantacaptain-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Dear Mr Rajeev > Can you please give me a little details about > global settings? > I did up to step 3 before. > > > > > On Aug 6, 1:28 pm, kannav rajeev <rajeevsharm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Follow these steps. > > > > 1. Make a demo rails apps. > > 2. Generate a ssh-key on git prompt > > 3. Go on git-hub Register there - Then add a ssh-key there > > 4. then make global setting > > 5. then do what you are doing > > > > > > > > > > > > On Fri, Aug 6, 2010 at 1:41 PM, sumanta <sumantacapt...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > Hi, > > > I am trying to install GIT on windows XP, but after installing > > > Git-1.7.0.2-preview20100309.exe, could not able to establish the > > > connection. I followedhttp://help.github.com/msysgit-key-setup/the > > > link for setup. > > > But unfortunately I got the error "permission denied(public key)"- > > > > > I also tried to add the path according to > > >http://help.github.com/troubleshooting-ssh/ > > > > > Expecting your kind help regarding above problem. > > > > > any help regarding this issue will be appreciated. > > > > > Thanks in advance > > > > > -- > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > . > > > To unsubscribe from this group, send email to > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org><rubyonrails-talk%2Bunsubscrib > e@googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > > Thanks: > > Rajeev sharma > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Thanks: Rajeev sharma -- 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.
hey does you got success ? On Fri, Aug 6, 2010 at 2:18 PM, kannav rajeev <rajeevsharma86-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> git config --global user.name "Your Name"; > git config --global user.email "youremail.com" > > if fails yet look at this > > http://railstutorial.org/chapters/beginning#sec:version_control > > > > > On Fri, Aug 6, 2010 at 2:08 PM, sumanta <sumantacaptain-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Dear Mr Rajeev >> Can you please give me a little details about >> global settings? >> I did up to step 3 before. >> >> >> >> >> On Aug 6, 1:28 pm, kannav rajeev <rajeevsharm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > Follow these steps. >> > >> > 1. Make a demo rails apps. >> > 2. Generate a ssh-key on git prompt >> > 3. Go on git-hub Register there - Then add a ssh-key there >> > 4. then make global setting >> > 5. then do what you are doing >> > >> > >> > >> > >> > >> > On Fri, Aug 6, 2010 at 1:41 PM, sumanta <sumantacapt...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> wrote: >> > > Hi, >> > > I am trying to install GIT on windows XP, but after installing >> > > Git-1.7.0.2-preview20100309.exe, could not able to establish the >> > > connection. I followedhttp://help.github.com/msysgit-key-setup/the >> > > link for setup. >> > > But unfortunately I got the error "permission denied(public key)"- >> > >> > > I also tried to add the path according to >> > >http://help.github.com/troubleshooting-ssh/ >> > >> > > Expecting your kind help regarding above problem. >> > >> > > any help regarding this issue will be appreciated. >> > >> > > Thanks in advance >> > >> > > -- >> > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org><rubyonrails-talk%2Bunsubscrib >> e@googlegroups.com> >> > > . >> > > For more options, visit this group at >> > >http://groups.google.com/group/rubyonrails-talk?hl=en. >> > >> > -- >> > Thanks: >> > Rajeev sharma >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > > > -- > Thanks: > Rajeev sharma > >-- Thanks: Rajeev sharma -- 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.
Dear Mr Rajeev... I could not able to check it due to some unavoidable situation. I will check it on coming Monday. And surely give you an reply. Thanks a lot Mr Rajeev for helping me. On Aug 6, 4:04 pm, kannav rajeev <rajeevsharm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hey does you got success ? > > On Fri, Aug 6, 2010 at 2:18 PM, kannav rajeev <rajeevsharm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > > > > > > > git config --global user.name "Your Name"; > > git config --global user.email "youremail.com" > > > if fails yet look at this > > >http://railstutorial.org/chapters/beginning#sec:version_control > > > On Fri, Aug 6, 2010 at 2:08 PM, sumanta <sumantacapt...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > >> Dear Mr Rajeev > >> Can you please give me a little details about > >> global settings? > >> I did up to step 3 before. > > >> On Aug 6, 1:28 pm, kannav rajeev <rajeevsharm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> > Follow these steps. > > >> > 1. Make a demo rails apps. > >> > 2. Generate a ssh-key on git prompt > >> > 3. Go on git-hub Register there - Then add a ssh-key there > >> > 4. then make global setting > >> > 5. then do what you are doing > > >> > On Fri, Aug 6, 2010 at 1:41 PM, sumanta <sumantacapt...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > >> wrote: > >> > > Hi, > >> > > I am trying to install GIT on windows XP, but after installing > >> > > Git-1.7.0.2-preview20100309.exe, could not able to establish the > >> > > connection. I followedhttp://help.github.com/msysgit-key-setup/the > >> > > link for setup. > >> > > But unfortunately I got the error "permission denied(public key)"- > > >> > > I also tried to add the path according to > >> > >http://help.github.com/troubleshooting-ssh/ > > >> > > Expecting your kind help regarding above problem. > > >> > > any help regarding this issue will be appreciated. > > >> > > Thanks in advance > > >> > > -- > >> > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > >> e@googlegroups.com> > >> > > . > >> > > For more options, visit this group at > >> > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > >> > -- > >> > Thanks: > >> > Rajeev sharma > > >> -- > >> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > >> To unsubscribe from this group, send email to > >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- > > Thanks: > > Rajeev sharma > > -- > Thanks: > Rajeev sharma-- 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.