Sapero / monstermath-gamejam

MIT License
0 stars 0 forks source link

Få att fungera på både Mac och Windows #1

Open marcusnygren opened 2 years ago

marcusnygren commented 2 years ago

Bugg: "The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF"

Möjlig lösning: https://stackoverflow.com/questions/5834014/lf-will-be-replaced-by-crlf-in-git-what-is-that-and-is-it-important

marcusnygren commented 2 years ago

På Mac-datorerna, lägg till: git config --global core.autocrlf input

På Windows-datorerna, lägg till: git config --global core.autocrlf true