thesumery commented on issue #1523: URL: https://github.com/apache/inlong/issues/1523#issuecomment-1169614317
> windows newline symbol is CRLF, not the same with linux newline symbol LR, git clone code with property core.autocrlf=true will convert LR to CRLF > > please set git config --global core.autocrlf false and git clone ,then recompile code in git bash or wsl bash sed -i 's/\r//' * referenceļ¼ https://segmentfault.com/a/1190000021803437 new discussion: https://github.com/apache/inlong/discussions/4459 -- 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]
