I'm experiencing an issue with my local Bitbucket instance.
I cannot interact with it through git; it always tells me Authentication failed.
I tried all types of tokens, tried with my password, but nothing works. I'm using the latest Bitbucket version 9.6.4 on Ubuntu 22.
Any idea what might cause this?
I'm using
git clone http://192.168.1.222:7990/scm/al/my-repo.git Cloning into 'my-repo'... Username for 'http://192.168.1.222:7990': alex Password for 'http://alex@192.168.1.222:7990': fatal: Authentication failed for 'http://192.168.1.222:7990/scm/al/my-repo.git/'
API also fails
curl -u alex:BBDC-NzIwNTk1MTg5OTg0OqRy0XMdzB0WUYcJZAneVDqfKdN9 http://192.168.1.222:7990/rest/api/latest/resource/path
{"errors":[{"message":"Authentication failed. Please check your credentials and try again.","exceptionName":"com.atlassian.bitbucket.auth.IncorrectPasswordAuthenticationException"}]}
I'm basically just trying the commands on the new repo page, before initialization.