remote: Forbidden
fatal: unable to access 'https://dinesh_wasnik@bitbucket.org/iservephpteam/transerve.git/': The requested URL returned error: 403
when tried from different account(another developer account) it work, but it not working for me
Hi Dinesh, welcome to the Comunity :)
I don't have enough information as to know what are the specifics about that repo, but you might have come across this 403 while accessing https://{username}@bitbucket.org/{username}/{repo slug}.git/info/refs. Maybe the other developer already has access to that repo?
Let us know!
Best regards,
Ana
403 while accessing https://{username}@bitbucket.org/{username}/{repo slug}.git/info/refs
This is not the reason.
I have "git version 2.10.0.windows.1 " installed .
When I used git bash where is "git version 2.19.1.windows.1"
it's working, it allowed me push,but not in "git version 2.10.0.windows.1 ".
Is this version issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response. That doesn't seem to be an issue with Bitbucket, but with the Git version you're using. Is there a reason why you have downgraded from 2.19.1 to 2.10.1?
Is there anything preventing you from having the latest one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have not downgraded, 2.10.1 already installed on my machine. When I created new repo and try to push the initial commit code , then that error come.
Then I tried to update via command prompt ,but that not work.
Then I tried Install or upgrade Git on Windows, and in new setup it work.
Can you please tell me how to upgrade git version on windows via command line.
Thanks in advance.
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.