I keep on getting this error when I try to push my Unity game project:
git add . && git commit -m "Repo Updated" && git push
And it displays:
warning: LF will be replaced by CRLF in class1/Assets/Graphics.meta.
The file will have its original line endings in your working directory
How do I solve it?