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

[BUG FIX] Add .gitattributes file for line endings handling #532

Merged

Conversation

skurtyyskirts
Copy link
Contributor

When shell scripts have Windows style CRLF line endings, Unix systems may not recognize them as valid executible files. The core.autocrlf input setting tells Git to convert CRLF to LF, and keep LF as is. Fixes errors building dockers, and addresses the build_luisa.sh errors.

When shell scripts have Windows style CRLF line endings, Unix systems may not recognize them as valid executible files. The core.autocrlf input setting tells Git to convert CRLF to LF, and keep LF as is. Fixes errors building dockers
@Kashu7100 Kashu7100 changed the title Add .gitattributes file [BUG FIX] Add .gitattributes file for line endings handling Jan 10, 2025
@Kashu7100
Copy link
Collaborator

previous context in #332

@Kashu7100 Kashu7100 merged commit 0d5cd8f into Genesis-Embodied-AI:main Jan 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants