You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip3 install git-repo
git repo config
Do you want to configure the bitbucket service?
[Yn]>
Is your service self-hosted?
[yN]>
Please enter your credentials to connect to the service:
username> [email protected]
password>
» Login to bitbucket…
Fatal error: list index out of range
The text was updated successfully, but these errors were encountered:
the bitbucket authentication process is a real dirty hack, and it's likely they changed the login page (it's basically scraping the actual login page, as they did not provide an API for that).
Don't hesitate to have a look at that part, fix it accordingly and make a PR.
If you don't want/cannot/don't have time to do that, you can still get the token and set it up manually in the .gitconfig file.
I just checked the new login of bitbucket, it's now an openid global to atlassian. I should totally disable bitbucket auto configuration, as it cannot work anymore. Though you should still be able to generate a token and use it when added manually to the configuration file.
pip3 install git-repo
git repo config
Do you want to configure the bitbucket service?
[Yn]>
Is your service self-hosted?
[yN]>
Please enter your credentials to connect to the service:
username> [email protected]
password>
» Login to bitbucket…
Fatal error: list index out of range
The text was updated successfully, but these errors were encountered: