[Rails] Re: Rails Installer Problem with git gh create-from-local

2013-07-02 Thread Ulugbek Nurjanov
i'm looking alternative variant -- 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

[Rails] Re: Rails Installer Problem

2012-10-29 Thread Colm Ginty
I wonder if you could tell me how to find the 'ssh directory'. I've looked and looked and can't find the key in my RoR files. I have the same problem where the command prompt line told me that the ssh key had copied to my clipboard but in fact it hadn't. On Sunday, July 24, 2011 9:15:12 PM

Re: [Rails] Re: Rails Installer Problem

2012-10-29 Thread Norbert Melzer
Where your ssh dir is, aber depends on your version of windows, the used ssh client and if you are using cygwin or msys or non of them. So please give some more details about your environment. Am 29.10.2012 15:47 schrieb Colm Ginty cgi...@tcd.ie: I wonder if you could tell me how to find the

Re: [Rails] Re: Rails Installer Problem

2012-10-29 Thread Jordon Bedwell
Install github for Windows so it will manage your keys and everything for you automatically, it's truly the easiest way to Work with git on Windows if it's your first time with Git. On Mon, Oct 29, 2012 at 12:25 PM, Norbert Melzer timmel...@gmail.com wrote: Where your ssh dir is, aber depends on

Re: [Rails] Re: Rails Installer Problem

2012-10-29 Thread Colm Ginty
Thanks Norbert and Jordan, I found the ssh directory. I realise in hindsight that I should have done some more searching before I posted the question. I'm still getting the hang of this software lark (I'm a complete beginner!) I am working with GitHub, although I'm having some serious trouble

[Rails] Re: Rails Installer Problem

2011-10-22 Thread Sumeet B.
sir i m stuck at gh create-from-local and i got an error c:/rails 1.9.2/lib/ruby/1.9.1/open.rb:202: in 'spawn': no such file or directory-curl-f'.. what i ll do? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups

[Rails] Re: Rails Installer Problem

2011-07-24 Thread Luis Lavena
On Jul 23, 10:38 pm, frandan...@gmail.com frandan...@gmail.com wrote: So I decided to go through this process for setting the key described on the github site... http://help.github.com/win-set-up-git/ ...That all went well, but it still gives me the same error: C:\Sites\ridemogit push -u

[Rails] Re: Rails Installer Problem

2011-07-23 Thread frandan...@gmail.com
For lack of a better idea, I just skipped over that error and went on to the next step. Now I have the one below... C:\Sites\ridemogh create-from-local = error creating repository C:\Sites\ridemogit remote add origin g...@github.com:friendlyfriend/ riddemo.git C:\Sites\ridemogit push -u

[Rails] Re: Rails Installer Problem

2011-07-23 Thread frandan...@gmail.com
So I decided to go through this process for setting the key described on the github site... http://help.github.com/win-set-up-git/ ...That all went well, but it still gives me the same error: C:\Sites\ridemogit push -u origin master Permission denied (publickey). fatal: The remote end hung up

[Rails] Re: Rails Installer Problem

2011-07-08 Thread frandan...@gmail.com
Thanks. git commit -m Initial. worked. I had left out the m. Now I'm stuck here... C:\Sites\ridemogh create-from-local = error creating repository git gui starts the gui, but I'm not sure what to do after it starts. I don't know which files should be committed or how to accomplish the goal

[Rails] Re: Rails Installer Problem

2011-06-30 Thread Tim Shaffer
You probably need to designate that directory as a git repository first. git init -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/7EZ1c8bkra8J.

[Rails] Re: Rails Installer Problem

2011-06-30 Thread frandan...@gmail.com
That did it. Thanks. New problem... C:\Sites\ridemogit init Initialized empty Git repository in C:/Sites/ridemo/.git/ C:\Sites\ridemogit add . C:\Sites\ridemogit commit Initial. error: pathspec 'Initial.' did not match any file(s) known to git. On Jun 30, 10:31 am, Tim Shaffer

Re: [Rails] Re: Rails Installer Problem

2011-06-30 Thread Noel
try git commit -m Initial. On Thu, Jun 30, 2011 at 1:38 PM, frandan...@gmail.com frandan...@gmail.com wrote: That did it.  Thanks. New problem... C:\Sites\ridemogit init Initialized empty Git repository in C:/Sites/ridemo/.git/ C:\Sites\ridemogit add . C:\Sites\ridemogit commit Initial.

[Rails] Re: Rails Installer Problem

2011-06-30 Thread Chirag Singhal
If you prefer to do these things through GUI, then use git gui, it will open up a nice gui for you where you can select which files should be committed, specify the commit comments, commit and push to the server. -- You received this message because you are subscribed to the Google Groups Ruby