-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
download.sh: line 2: $'\r': command not found #493
Comments
I am facing the same problem. |
已收到邮件,我会尽快回信的
|
It seems like you checked out Windows line endings but are trying to run the shell script in a unix-like environment (cygwin) Try converting the line endings in your file to unix ending. cygwin might have the command |
There is currently a PR thats in progress that should fix the issue. Meanwhile you can try that on your local machine. |
I used Notepad++ to change the LF for download.sh (Thanks to this thread: https://stackoverflow.com/questions/20368781/anything-like-dos2unix-for-windows) |
已收到邮件,我会尽快回信的
|
run download.sh by cygwin in windows but it give back "download.sh: line 2: $'\r': command not found"
The text was updated successfully, but these errors were encountered: