Compile inlong in windows environment #4459
thexiay
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
notice: please set git autocrlf,otherwise dashboard module compile fail.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
git config --global core.autocrlf false
git clone https://github.com/apache/incubator-inlong.git
in git bash:
find ./ -type f | dos2unix
mvn clean install -DskipTests
Beta Was this translation helpful? Give feedback.
All reactions