Changer le script de fin de ligne pour le répertoire

Locate src in Windows Explorer.
Right click and open Git Bash on that folder from Windows context menu.
Run: find . -name "*.java" -exec dos2unix {} \;.
Scary Salmon