Can I use mSysGit and Cygwin's git?

后端 未结 7 2170
野性不改
野性不改 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条回答
  •  -上瘾入骨i
    2020-12-16 22:22

    The simplest approach would be to set any git (msysGit or Cygwin git) to ignore crlf styles.

    core.autocrlf=false
    

    That way, you do not have ant unwanted conflict.

提交回复
热议问题