-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Notifications about composer.json and CRLF #472
Comments
Its git warning about line endings your file uses. This is a problem when using files between linux and windows. Have a read of githubs advice. What is gits current setting if you run |
What are you talking about? Is cmder conflicting with git that is installed on my system? The output of
|
Git is just telling you that when you commit the file to the repo it's going to fix the line endings to be consistent across any operating system that would view the file. The output is from cmder running I guess it's because whatever made composer.json was a windows program and didn't use the most appropriate line endings in the file. If you have git installed yourself you just needed to get the minimal download. It shouldn't matter I think whatever version of git will still use your configuration. |
I just downloaded full version of cmder and ran it.
After executing any command, I get notification at the end of executed command real output:
For example:
I don't understand that warning: what "composer.json" file is it talking about? what is my working directory? why is it warning every time I do something? did I do something wrong?
The text was updated successfully, but these errors were encountered: