Access to Bitbucket stopped to work via http and git
Yesterday I changed my Vivo Fibra plan to 100 Mb, so the company had to change the router. Everything was working fine until I needed to do a git pull, from my bitbucket repository. After tireless searches I found the solution. I still don't know if it has other solution, but this one worked to me.
I just put it in the file /etc/hosts the line:
104.192.143.2 bitbucket.org
Now, try again to git pull or access bitbucket.org via browser.
I hope this tip has helped you.
;)