-
Notifications
You must be signed in to change notification settings - Fork 3.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
docs(contrib): note windows symbolic link config #12604
Conversation
Signed-off-by: Tianchu Zhao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe these can be set automatically in the .gitatrributes
if necessary, which would be preferable to docs changes.
autocrlf
is usually recommended as auto
though
Co-authored-by: Anton Gilgur <[email protected]> Signed-off-by: Tianchu Zhao <[email protected]>
|
Looks like
So it would make sense to set this in the Also, I do sometimes run the front-end build or install separately (not the devserver, that I do run together), but I'm either native on Mac or in the devcontainer. |
Stumbled upon on an old thread I hadn't finished reading -- another contributor there also had to enable |
I had a quick look, and the latest Git installation in Windows defaults the symlink to |
Superseded by #13534 |
Fixes #12603
In Windows, setting symlink=true in Git automatically trigger powershell command
mklink
on all symbolic link files, so they connect properly in windows file systemSetting autocrlf to false prevents line return getting modified causing bash issue
Motivation
Modifications
Verification