bitbucket can't pull/push from repository

前端 未结 20 1812
鱼传尺愫
鱼传尺愫 2021-02-06 23:04

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

20条回答
  •  心在旅途
    2021-02-06 23:36

    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

提交回复
热议问题