Hi,
It's my first time to push my codes to Bitbucket since Dec 1st, so I'm guessing that this could be related to TLS issue.
When I push, I get the following error.
$ git push
remote: Invalid username or password
fatal: Authentication failed for 'https://XXX@bitbucket.org/XXX/XXX.git/'
In the result of "GIT_CURL_VERBOSE=1 git ls-remote https://bitbucket.org/", I do see "SSL connection using TLSv1.2". I tested this before Dec 1st, and now again.
Any help would be greatly appreciated.
You wouldn't see "invalid username or password" if you were unable to connect due to TLS issues. What client are you using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've updated my git client but no luck.
git version 2.19.2
However, I was able to push my codes using Sourcetree, which I've never really used it since I installed it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.