2009-04-07 Cygwinでgitする場合、バイナリモードでマウントすべし git cygwin text modeでmountしたディレクトリだと"fatal:cannot use /hogehoge/.git/info/exclude as an exclude file"が出る。 Cygwinがgitの管理ファイル中の改行コード関係が問題になるために起こるらしい。(よく理解できていないが...)なので、cygwinでgit使う場合はバイナリモードでマウントすべきとのこと。 参考 Peter Klavins - git on cygwin howto? Eric Blake - Re: git on cygwin howto?