Christian/Lee: Git is indeed installed locally:
drichardson@DGWHELPDESK02 /c/rails_projects/molex_app (master) $ which git /bin/git Issuing the ls-remote command from the local machine with /usr/bin/git also works: http://pastie.org/1675883 Still, I think you're on to something. BTW, C:\Program Files\Git\cmd\; is in my Windows PATH environment variable. --Dean On Mar 15, 2:15 pm, Christian Eager <[email protected]> wrote: > I might be reading the stack trace incorrectly, but isn't the error > happening locally? > > Excerpt from around line 14 ofhttp://pastie.org/1661238: > > c:/RubyonRails/Ruby187/lib/ruby/gems/1.8/gems/capistrano-2.5.19/lib/capistrano/r > > ecipes/deploy.rb:98:in ``': No such file or directory - /usr/bin/git > > > ls-remote h > > ttp://[email protected]/hikari17/molex_app.git master (Errno::ENOENT) > > from > > > c:/RubyonRails/Ruby187/lib/ruby/gems/1.8/gems/capistrano-2.5.19/lib > > /capistrano/recipes/deploy.rb:98:in `run_locally' > > Dean, what's the output of `which git' on your local? > > > > > > On Tue, Mar 15, 2011 at 1:01 PM, Lee Hambley <[email protected]> wrote: > > Dean, any friends with *nix knowledge, this is starting to smell like > > something that 5 minutes pairing with someone could fix; if they know > enough > > to fill in gaps in your knowledge (and you can bring them up to speed on > > what we've been doing here) - it's almost certainly something & nothing… > > - Lee > > > -- > > * You received this message because you are subscribed to the Google > Groups > > "Capistrano" group. > > * To post to this group, send email to [email protected] > > * To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://groups.google.com/group/capistrano?hl=en- Hide quoted text - > > - Show quoted text - -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
