Here are the new instructions:
echo "* text=auto" >.gitattributes
git read-tree --empty # Clean index, force re-scan of working directory
git add .
git status # Show files that will be normalized
git commit -m "Introduce end-of-line normalization"