-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modified file when clonning repo #891
Comments
warning: CRLF will be replaced by LF in src/ApplicationLogs/config.json.
The file will have its original line endings in your working directory |
This file is with CRLF? |
Run the following the commands: git config --global core.autocrlf false # You must disable able this.
git add --renormalize . # Update index with renormalized files
git status # Show the files that will be normalized
git commit -m "Introduce end-of-line normalization" |
I did something similar in the PR. I will double check on Monday |
Not sure Shargon. If you clone the repo and type 'git status ' you will see something different. This was introduced in last PR. |
@vncoelho By default Default Line Endings per OS:
|
The text was updated successfully, but these errors were encountered: