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] Devcontainer fails to open when repository is cloned on Windows #101

Closed
ooeygui opened this issue Jul 23, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@ooeygui
Copy link
Contributor

ooeygui commented Jul 23, 2024

Describe the bug
When cloning this repository on Windows using Git on Windows instead of Git Bash, you'll encounter build errors related to line endings being corrupted in Bash scripts. This prevents the dev container from starting.

Expected behavior
The Devcontainer should start without issues even when the repository is cloned on Windows.

Desktop (please complete the following information):

  • OS: Windows 11

NOTE: I'm fixing this issue in https://github.com/ooeygui/graphrag-accelerator, by updating https://github.com/ooeygui/graphrag-accelerator/blob/main/.gitattributes to force line endings on bash scripts, and binary downloads on other files

Additional context
This was mentioned in #56.

@ooeygui ooeygui added the bug Something isn't working label Jul 23, 2024
@jgbradley1
Copy link
Collaborator

Closing this issue for now as we think this PR solved the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants