Git-Wrapper icon indicating copy to clipboard operation
Git-Wrapper copied to clipboard

under Cygwin, Git for Windows should be rejected

Open wchristian opened this issue 5 years ago • 0 comments

path_class.t fails because it runs (roughly) $git->add("/tmp/asdgsdfgasd"), but Git for Windows, which is accessible and works under cygwin, does not run with the cygwin mappings, and thus cannot see /tmp.

The easiest solution here appears to be fail out under Cygwin if git --version looks like this: git version 2.29.2.windows.2

wchristian avatar Dec 02 '20 14:12 wchristian