0

I have a bash script under Git version control on Windows (cygwin git).

I would like checkout file from repo with LF (it is bash script) on windows (and I have core.autocrlf=true). As a result, I've got CRLF file and "$'\r': command not found" error message for script. How I could workaround this issue?

BR

4

1 に答える 1

0

igncrbashシェルのオプションを設定します。

于 2010-10-05T16:31:37.107 に答える