-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Fix bugs on windows,'async:1: no such file or directory: ../external/async/async.zsh' #2097
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
base: master
Are you sure you want to change the base?
Conversation
…or caused by creating soft links in Windows.
jeffwidman
left a comment
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.
Can you remove the trailing whitespace at end of line?
|
Also, I don't use Windows, so it'd be great if someone who does could test this to get a second pair of 👀 before merging... |
Sorry for saying from the nowhere, but IMHO, that trailing space highlight in git diff, especially for .md file, looks more like a GitHub Bug for me in 2k24. |
Maybe now is ok? I'm not sure. I use python script to remove. |
|
|
|
@oldboys92 if using msys2, thereis a new way just set environment variable by |
Modified the README.md file and provided a bat command to fix the error caused by creating soft links in Windows.
Fixes #2016
Proposed Changes