rgarci commented on issue #10132:
URL: 
https://github.com/apache/incubator-superset/issues/10132#issuecomment-670649309


   #10547 Same issue, this is how I fixed it:
   
   >  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]

Reply via email to