Can I use mSysGit and Cygwin's git?

后端 未结 7 2167
野性不改
野性不改 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条回答
  • 2020-12-16 22:33

    Actually, just sticking with msysGit won't save you. I had one issue where every single source file showed as changed because of the line-ending issue when using different versions of msysGit. Setting core.autocrlf in the git config file fixed it.

    0 讨论(0)
提交回复
热议问题