问题
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 usinggit 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.
来源:https://stackoverflow.com/questions/55626310/remote-forbidden-the-requested-url-returned-error-403