-
-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Can't register new account #2615
Comments
It seems a problem with HTTPS on the default sync server. After I changed to HTTP, it worked. I still think that should be investigated, though, because using HTTP isn't secure. Someone could capture the user and the password of the account. |
hmm this shouldn't be an issue. What happens when you run |
It shows:
|
I didn't find the reason, but I just got a clue: I installed Atuin using the package manager (Ubuntu). it doesn't work. If I use the binary from releases from GitHub, it works. Any clue why that? Maybe some incompatibility with the Rust stack from Ubuntu? |
Opened a bug with Ubuntu. It seems something with the way they package Atuin. Here is the bug report: https://bugs.launchpad.net/ubuntu/+source/atuin/+bug/2101804 |
This is also happening with Debian and RaspberryPi OS. |
Yeah, that makes sense since Ubuntu gets the package from Debian, e Raspberry Pi OS should do the same. |
What did you expect to happen?
I executed
atuin register -u my_user -e [email protected]
and it should work.What happened?
I got this message:
If I try to access that URL, it says user not found.
Atuin doctor output
Code of Conduct
The text was updated successfully, but these errors were encountered: