the program you run. When you
> run a program from .../cygwin/bin without the path being set, it's fine
> because the DLLs are at the same place, but here you try to run git from
> .../cygwin/usr/local/bin, a location that doesn't have the DLLs...
>
> Le mercredi 28 novemb
It returns the same status code.
On Wednesday, November 28, 2012 4:23:21 PM UTC-6, Urivan Flores wrote:
>
> Maybe too obvious but did you try to double backslash? Otherwise it will
> take it as a scape sequences.
>
> Regards,
>
> -Urivan
> On Nov 28, 2012 2:00 PM, &q
stead of
> /usr/local/bin/git. Just my thoughts, I dont know beyond that.
>
> Will
> --
> *From:* jenkins...@googlegroups.com [
> jenkins...@googlegroups.com ] on behalf of Ryan Lovelett [
> ryan.l...@gmail.com ]
> *Sent:* Wednesday, N
I would have thought that through the use of the Cygpath plugin my Windows
system I would be able to use the Cygwin installed git.
I know that the git executable is installed:
[Ryan@Windows /cygdrive/c/Projects]
$ cygpath -C ANSI -w `which git`
C:\cygwin\usr\local\bin\git
I have provided the To