Can I use mSysGit and Cygwin's git?

后端 未结 7 2190
野性不改
野性不改 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:12

    After debugging this for a while I solved it for my case. I copied the id_rsa file from a Linux partition in a roundabout way leaving the line endings in LF (Unix) format. Opening the file in eclipse and converting the line endings to Windows fixed this. Also, I have GIT_SSH set to Plink (from Putty) following these instructions: http://www.mainelydesign.com/blog/view/git-plink-for-ssh-on-windows

提交回复
热议问题