remote: Forbidden
fatal: unable to access 'https://user@bitbucket.org/another_user/repo/': The requested URL returned error: 403
1) I cloned remote to local
2) create new branch (git checkout -b branch_name)
3) make update
4) trying to push to new branch
```git push -u origin branch_name ```
Also tried with ```git push -u origin branch_name:branch_name ```. This is generating above mentioned error.
Do you have write permission to that repository?
I had the same problem as inquisitive-stha and it was resolved by changing my "Access level" for the repo from "Read" to "Write"
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.