Can I use mSysGit and Cygwin's git?

后端 未结 7 2177
野性不改
野性不改 2020-12-16 21:28

After migrating to Windows, I\'m using msysgit with its included bash shell, and that\'s working well for me. But I have issues: our ant build process won\'t run in that sh

7条回答
  •  Happy的楠姐
    2020-12-16 22:26

    I got headache on the line endings. I'm using cygwin git, and it always report some newly checked-out text files as "modified". When I changed "core.autocrlf" from "true" to "input" ten out of fifteen files disappeared from the modified list, and the remaining 5 went away after I set "core.autocrlf" to "false".

    I can't vote for VonC's solution due to low reputation but I would say it works for me.

提交回复
热议问题