I keep getting this 403 Forbidden error on Sourcetree while trying to push to remote repository:
Pushing to https://bitbucket.org/user/repo
remote: Forbidden
fatal: unable to access 'https://bitbucket.org/user/repo/': The requested URL returned error: 403
I can successfully push from the command line. I have tried updating credentials in Sourcetree > Preferences > Accounts without success. Any help on this topic?
I finally found a solution. Because I handle multiple accounts on Bitbucket, I had to change the repoistory URL to
https://user@bitbucket.org/user/repo
This way Sourcetree prompts the password for the account specified in the URL.
How to change this url??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you,
here you do that,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you tell me exactly how to go to that particular page/view you have posted?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please more explain.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For anyone still wondering, on Source Tree go to Settings:
Then Edit the origin:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have got the same problem but I have only one repository. please help me out
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might not have the write access to the repository
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes you tell your repository admin to give you the write access not the read access.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
=== Updates ===
Waited for a day , did not make any changes. It started working.
=============
Nothing seems to be working. Got a single account, I can click the "Remote" button on Sourcetree and it navigates to the Bitbucket. But when pushing the changes, it throws 403 error.
It was working till yesterday and nothing has changed since then. I also tried creating new app password and under Authentication it shows the green icon but still not able to commit the changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can access to bitbucket throug chrome but When I tried to clone project from bitbucket I had also this issue and I solve it with following code
git config --global http.proxy http://proxi_ip_or_host:80
git config --global http.proxy http://127.0.0.1:8080
127.0.0.1 - you proxy ip
after two dots : 8080 your port number
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.