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
Only reason behind this is "Network issue" with your machine now verify your internet connectivity and troubleshoot that only not disturb ssh. it might be DNS, it might be IP, so just switching your Ip static, adding DNS or restarting the router may work for you.
Add bitbucket.org to your host file
nano /etc/hosts
Add the bitbucket.org to the host file as shown below
104.192.143.1 bitbucket.org
save the file and exit. bitbucket should be resolved.