I have a repository called "Abc" in Bitbucket with three different Dev branches like Dev_1, Dev_2, Dev_3(All three developer are part of the team).
When Dev_1 or Dev_2 or Dev_3 want to push their code to their respective branch using
git push origin Dev_1
command. I am getting an error:
remote: Forbidden fatal: unable to access 'https://abdulsayeed27@bitbucket.org/dfe_team/dfe_repo.git/': The requested URL returned error: 403
1.I tried config and set-url like command.
But not able to fix this issue.
2.password is also correct.