Failed to connect to bitbucket.org port 443: Network is unreachable

前端 未结 17 861
梦如初夏
梦如初夏 2020-12-05 14:50

I am getting issue while pushing code.

git push origin master

fatal: unable to access \'https://xxxxxxxxxx@bitbucket.org/xxxxxx/xxxxxx.git/\': 
Failed to co         


        
17条回答
  •  一整个雨季
    2020-12-05 15:09

    This worked for me. I ran this below command

    ping -n 10 bitbucket.org
    

    And then sync from visual studio Team explorer. Then it worked

提交回复
热议问题