. Advertisement .
..3..
. Advertisement .
..4..
Hello everyone, I’m getting the error with “git ignore line endings”. I work on the project using Linux and Windows at random. Dropbox contains the project.
On how to make git diff disregard line endings, I found a lot of information. Git diff opens meld for each file since I use meld. “Identical file,” adds meld.
I’ve found many documents but I can not solve this error. Any ideas?
The cause:
This occurred as a result of this Windows configuration.
On Windows, the working copy on Linux was check out and put core.autocrlf false.
The solution:
You can do with this way below by put core.autocrlf value:
This is the best way, I can find to solve this problem. I hope you will fix this error successfully.