Applenice commented on issue #2205: URL: https://github.com/apache/apisix-dashboard/issues/2205#issuecomment-970417841
@juzhiyuan I am trying to reproduce it but without success, the end-of-line character of the clone code is LF.  @Marno-o Have you ever manipulated this file on Windows? For example, I wrote the t.sh file on Windows, the end-of-line character is CRLF:  ```shell $ cat t.sh #!/usr/bin/env bash echo test $ chmod +x t.sh $ ./t.sh /usr/bin/env: ‘bash\r’: No such file or directory ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
