Hi Team,
I was migrated git repositories from Windows to Linux. Now, the problem that I see was that there is a bummer that I can see the carriage return sing "\r\n" or "^M". I applied the git config core.autocrlf changes, but still, the sign is there and I want to clean up at server level. How to do that? Thanks
I performed the command git config --global core.autocrfl input (for Linux) and it again, it didn't work.
This is the current setting in Linux (git server)
core.autocrlf=input core.safecrlf=false
And from windows client
core.autocrlf=true core.safecrlf=true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@J.Cadwell. I performed the gitattirbutes file in order to remove the carriage return. However, I have problem with the BOM sing at the beginning of the file. The reason why that some of the file are editing in windows. Can you please provide some input about the BOM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.