So basically I have a server where I have bitbucket git repository set up. I\'ve been using it for months and now out of the blue sky when I try to pull I get the following erro
I don't know the exact cause for this issue.First thing to is to ping bitbucket.org. If you are getting response then follow that steps below.
Go to .git folder of you repo, use your favorite editor.open config file and change the url value as shown below.Worked for me.
https://bitbucket.org// -> https://@bitbucket.org//
Same steps will fix ssh issue also, Just add username.
In the picture is my notes repo , where i save all my notes