I'm trying to teach myself version control using GIT on a Windows
machine for my ROR development. I downloaded and ran the cygwin and it
created the following files:
'./.bashrc' -> '/home/Wayne//.bashrc'
'./.bach_profile' -> '/home/Wayne//.bash_profile'
'./.inputrc' -> '/home/Wayne//.inputrc'

wa...@gateway ~
$

I also installed the gem git-rails

I've created a project and did a cd to that project.

Now when I run get-rails init I receive what looks like an error
finding my HOME path as follows:

                C:/ruby/lib/ruby/gems/1.8/gems/git-rails-0.2.1/bin/git-
rails:12:in `expand_path': couldn't find HOME        environment --
expanding `~' (ArgumentError)
        from C:/ruby/lib/ruby/gems/1.8/gems/git-rails-0.2.1/bin/git-rails:12
        from C:/ruby/bin/git-rails:19:in `load'
        from C:/ruby/bin/git-rails:19

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to