This repository was archived by the owner on Jul 4, 2024. It is now read-only.
Replies: 1 comment
-
i had the same problem and i did something like this, where password_file is a file with only the password in it in your current working directory crunchy-cli login --credentials "EMAIL:$(cat password_file)" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It may sound stupid, but I can't login as I usually do with Windows. I just put
crunchy-cli --credentials "email:password" login
and logs in sucesfully on Windows, but right now I'm on Linux and I can't login... it gives me the following error:Also, anonymous mode doesn't work either.
Beta Was this translation helpful? Give feedback.
All reactions