Joop Verbaken
Posts: 0
Joined: Fri Mar 01, 2013 10:47 pm

Export source into git gave me an error. Need conversion of lf/cr to lf

Regarding the 'git' and LF/CR problem.

Here is a good solution
brew install dos2unix
// use command to convert all dos lf/cr to lf:
find . -type f -exec dos2unix {} \;

Return to “Issues”