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

前端 未结 17 887
梦如初夏
梦如初夏 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 14:58

    we can solve by setting proxy in command prompt before push commits to the repo.

    set HTTP_PROXY=http://user:pass@your_proxy: port
    

提交回复
热议问题