Skip to content
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

Errors in Windows setup due to line endings #358

Closed
teraphy opened this issue May 14, 2014 · 4 comments
Closed

Errors in Windows setup due to line endings #358

teraphy opened this issue May 14, 2014 · 4 comments
Labels
Milestone

Comments

@teraphy
Copy link
Contributor

teraphy commented May 14, 2014

New files that don't contain a script (.sh) or configuration (.conf) are converted over to using the CRLF endings due to the .gitattributes overriding local configurations. gitattributes is only taking into consideration the 2 file extensions. For example config/homebin contains no extension scripts.

Not sure if you'd prefer to just force Unix line endings for all files moving forward:

* text eol=lf
@ericmann
Copy link
Contributor

You can force Unix-style line endings in your global Git configuration and use VVV on Windows without any issues.

@teraphy
Copy link
Contributor Author

teraphy commented May 22, 2014

Yes, you are correct. This is to avoid confusion by not having to go that extra step and to avoid forcing all GitHub projects in a Windows environment to use Unix style line endings via the global command.

@jeremyfelt
Copy link
Member

This has been closed via #367 and 35aa052

@jeremyfelt jeremyfelt added the bug label Sep 4, 2014
@jeremyfelt jeremyfelt added this to the 1.2 Release milestone Sep 4, 2014
@lock
Copy link

lock bot commented Feb 23, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Feb 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants