This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
How to login on Linux? #429
Unanswered
sergiohzph
asked this question in
Q&A
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
-
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