rgarci commented on issue #10547: URL: https://github.com/apache/incubator-superset/issues/10547#issuecomment-670646339
I guess you're running on windows, this is a problem caused by git cause it has a default configuration that changes Unix-style line breaks to windows ones, in order to surpass this you need to: - delete your current repo - apply `git config --global core.autocrlf false` so it doesn't change the line breaks - clone the repo again Now you won't be seing this error checkout : https://stackoverflow.com/questions/29045140/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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
