I have a repository on bitbucket.org. I currently made a small change in my local repo and I'm trying to push it to the remote. I first get a popup
When I enter my credentials I'm told that the credentials are invalid. They are valid for sure since if I use the exact same password in the browser I'm logged in.
Please advise,
Uri
It looks like the issue was related to the fact that I added Access Token. It prevents all the existing local repositories from pushing or pulling until the following line is changed to .git/config file:
[remote "origin"]
url = https://x-token-auth:<token>@bitbucket.org/<user>/<repo>.git
Note that the token must have at least read/write to the repository
It should really be part of the information on the Access Token creation screen
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.