You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
En modifiant le .gitattributes dans le projet, comme j'ai commencé à le faire dans la branche feature/#13_sh_lf, ça sera valable pour toute personne qui clone le repo, alors que si je le fais dans mon .gitattributes perso, ça ne fonctionnera que chez moi.
Par contre, il faut peut-être que je le complète encore.
On verra ça samedi, car j'ai essayé de re-générer mes images Docker et ça a fini par re-marcher, mais j'ai dû relancer le "docker compose up -d" une bonne dizaine de fois
BUG
On Windows, after "docker compose up -d", we get the following error :
bash: ./script: cannot execute: required file not found
ANALYSIS
This is due to the fact that *.sh file are CRLF instead of LF
EXPECTED CORRECTION
Add .gitattributes to checkout *.sh with LF
The text was updated successfully, but these errors were encountered: