You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/08/07 18:17:27 UTC

[GitHub] [incubator-superset] rgarci commented on issue #10547: Cannot login using default username and password

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org