>.gitattributes install dos2unix in your macOS brew install dos2unix if you don't have brew in your mac you can visit this article Install Homebrew · Mac on current project directory that has…"/>

Fix issue CRLF will be replaced by LF warning in git when run git add macOS

Fix issue CRLF will be replaced by LF warning in git when run git add macOS

Add the following to your .gitattributes file from your terminal

echo "* text=auto" >>.gitattributes

install dos2unix in your macOS

brew install dos2unix

if you don’t have brew in your mac you can visit this article Install Homebrew · Mac

on current project directory that has this issue execute this command:

find . -type f -print0 | xargs -0 dos2unix

Share this post

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *




Enter Captcha Here :


0
    0
    السلة
    السلة فارغةالعودة للمتجر