I am working with my git repo on BitBucket in the simplest way: I sometimes commit changes and immediately push them in to the master branch.
it worked for 2 years; but during last month I can commit and I cannot push:
$ git push
Password:
error: while accessing https://mylogin@bitbucket.org/mylogin/myproject.git/info/refs
fatal: HTTP request failed
I didn't change any repo settings. I am the admin of this repo.
Any ideas what can help here? Thank you!